MFPMediaPlayer_GetBalance

Gets the current audio balance.

MFPMediaPlayer_GetBalance PROTO MediaPlayer:DWORD, pdwBalance:DWORD

Parameters

  • MediaPlayer - A pointer to the Media Player (IMFPMediaPlayer) object.

  • pdwBalance - A pointer to a DWORD variable to store the balance level.

Returns

TRUE if successful or FALSE otherwise.

Notes

0 indicates balance, -100 indicates left, +100 indicates right.

See Also

MFPMediaPlayer_GetBalance, MFPMediaPlayer_GetVolume, MFPMediaPlayer_GetMute, MFPMediaPlayer_SetMute