IAudioEndpointVolume

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Members

Functions

GetChannelCount
HRESULT GetChannelCount(UINT pnChannelCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetChannelVolumeLevel
HRESULT GetChannelVolumeLevel(UINT nChannel, float pfLevelDB)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetChannelVolumeLevelScalar
HRESULT GetChannelVolumeLevelScalar(UINT nChannel, float pfLevel)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetMasterVolumeLevel
HRESULT GetMasterVolumeLevel(float pfLevelDB)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetMasterVolumeLevelScalar
HRESULT GetMasterVolumeLevelScalar(float pfLevel)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetMute
HRESULT GetMute(BOOL pbMute)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetVolumeRange
HRESULT GetVolumeRange(float pflVolumeMindB, float pflVolumeMaxdB, float pflVolumeIncrementdB)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetVolumeStepInfo
HRESULT GetVolumeStepInfo(UINT pnStep, UINT pnStepCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QueryHardwareSupport
HRESULT QueryHardwareSupport(DWORD pdwHardwareSupportMask)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
RegisterControlChangeNotify
HRESULT RegisterControlChangeNotify(IAudioEndpointVolumeCallback* pNotify)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetChannelVolumeLevel
HRESULT SetChannelVolumeLevel(UINT nChannel, float fLevelDB, LPCGUID pguidEventContext)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetChannelVolumeLevelScalar
HRESULT SetChannelVolumeLevelScalar(UINT nChannel, float fLevel, LPCGUID pguidEventContext)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetMasterVolumeLevel
HRESULT SetMasterVolumeLevel(float fLevelDB, LPCGUID pguidEventContext)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetMasterVolumeLevelScalar
HRESULT SetMasterVolumeLevelScalar(float fLevel, const(GUID) pguidEventContext)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetMute
HRESULT SetMute(BOOL bMute, const(GUID) pguidEventContext)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
UnregisterControlChangeNotify
HRESULT UnregisterControlChangeNotify(IAudioEndpointVolumeCallback* pNotify)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VolumeStepDown
HRESULT VolumeStepDown(const(GUID) pguidEventContext)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VolumeStepUp
HRESULT VolumeStepUp(const(GUID) pguidEventContext)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta