MFPMediaPlayer_GetVolume
Gets the current audio volume.
MFPMediaPlayer_GetVolume PROTO pMediaPlayer:DWORD, pdwVolume:DWORD
Parameters
pMediaPlayer- A pointer to the Media Player (IMFPMediaPlayer) object.pdwVolume- A pointer to a DWORD variable to store the volume level.
Returns
TRUE if successful or FALSE otherwise.
Notes
0 indicates silence and 100 indicates full volume.
See Also
MFPMediaPlayer_SetVolume, MFPMediaPlayer_GetMute, MFPMediaPlayer_SetMute