Get Master Sound Volume in c#

后端 未结 7 1465
误落风尘
误落风尘 2020-11-28 09:57

I need to get the current volume of the output to the sound card.

Any ideas how?

相关标签:
7条回答
  • 2020-11-28 10:45

    Look in MSDN information for:

    • IMMDeviceCollection, IMMDevice and IAudioEndpointVolume (only Windows Vista, Windows 7).
    • mixerGetNumDevs, mixerGetLineControls,...

    This is "common" information. It is possible C# has more convenient ways (I do not know).

    0 讨论(0)
提交回复
热议问题