请问Windows Api中,有没有哪个是用来控制音量的

解决方案 »

  1.   

    waveOutSetVolume
    The waveOutSetVolume function sets the volume level of the specified waveform-audio output device.MMRESULT waveOutSetVolume(
      HWAVEOUT hwo,  
      DWORD dwVolume 
    );
    Parameters
    hwo 
    Handle to an open waveform-audio output device. This parameter can also be a device identifier. 
    dwVolume 
    New volume setting. The low-order word contains the left-channel volume setting, and the high-order word contains the right-channel setting. A value of 0xFFFF represents full volume, and a value of 0x0000 is silence. 
    If a device does not support both left and right volume control, the low-order word of dwVolume specifies the volume level, and the high-order word is ignored. 
      

  2.   

    Come on...
    能来点具体的代码吗?
      

  3.   

    楼主应该勤快点,用google一搜,八万多的代码