MFPMediaPlayer_GetRate
Gets the current playback rate.
MFPMediaPlayer_GetRate PROTO pMediaPlayer:DWORD, pdwRate:DWORD
Parameters
pMediaPlayer- A pointer to the Media Player (IMFPMediaPlayer) object.pdwRate- A pointer to a DWORD variable that store the rate value.
Returns
TRUE if successful or FALSE otherwise.
Notes
100 indicates normal playback speed, 50 indicates half speed, and 200 indicates twice speed, etc.
See Also