Skip to content

Latest commit

 

History

History
89 lines (73 loc) · 3.34 KB

nf-endpointvolume-iaudioendpointvolume-getmastervolumelevel.md

File metadata and controls

89 lines (73 loc) · 3.34 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:endpointvolume.IAudioEndpointVolume.GetMasterVolumeLevel
IAudioEndpointVolume::GetMasterVolumeLevel (endpointvolume.h)
The GetMasterVolumeLevel method gets the master volume level, in decibels, of the audio stream that enters or leaves the audio endpoint device.
GetMasterVolumeLevel
GetMasterVolumeLevel method [Core Audio]
GetMasterVolumeLevel method [Core Audio]
IAudioEndpointVolume interface
IAudioEndpointVolume interface [Core Audio]
GetMasterVolumeLevel method
IAudioEndpointVolume.GetMasterVolumeLevel
IAudioEndpointVolume::GetMasterVolumeLevel
IAudioEndpointVolumeGetMasterVolumeLevel
coreaudio.iaudioendpointvolume_getmastervolumelevel
endpointvolume/IAudioEndpointVolume::GetMasterVolumeLevel
coreaudio\iaudioendpointvolume_getmastervolumelevel.htm
CoreAudio
26e208e1-2291-4db6-857d-00b25d8fa343
12/05/2018
GetMasterVolumeLevel, GetMasterVolumeLevel method [Core Audio], GetMasterVolumeLevel method [Core Audio],IAudioEndpointVolume interface, IAudioEndpointVolume interface [Core Audio],GetMasterVolumeLevel method, IAudioEndpointVolume.GetMasterVolumeLevel, IAudioEndpointVolume::GetMasterVolumeLevel, IAudioEndpointVolumeGetMasterVolumeLevel, coreaudio.iaudioendpointvolume_getmastervolumelevel, endpointvolume/IAudioEndpointVolume::GetMasterVolumeLevel
endpointvolume.h
Windows
Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 [desktop apps \| UWP apps]
Windows
19H1
IAudioEndpointVolume::GetMasterVolumeLevel
endpointvolume/IAudioEndpointVolume::GetMasterVolumeLevel
c++
APIRef
kbSyntax
COM
Endpointvolume.h
IAudioEndpointVolume.GetMasterVolumeLevel

IAudioEndpointVolume::GetMasterVolumeLevel

-description

The GetMasterVolumeLevel method gets the master volume level, in decibels, of the audio stream that enters or leaves the audio endpoint device.

-parameters

-param pfLevelDB [out]

Pointer to the master volume level. This parameter points to a float variable into which the method writes the volume level in decibels. To get the range of volume levels obtained from this method, call the IAudioEndpointVolume::GetVolumeRange method.

-returns

If the method succeeds, it returns S_OK. If it fails, possible return codes include, but are not limited to, the values shown in the following table.

Return code Description
E_POINTER
Parameter pfLevelDB is NULL.

-see-also

IAudioEndpointVolume Interface

IAudioEndpointVolume::GetVolumeRange