MFPMediaPlayer_GetAspectRatioMode
Gets the current aspect-ratio correction mode.
MFPMediaPlayer_GetAspectRatioMode PROTO MediaPlayer:DWORD, pdwAspectRatioMode:DWORD
Parameters
MediaPlayer- A pointer to the Media Player (IMFPMediaPlayer) object.pdwAspectRatioMode- A pointer to a DWORD variable that contains aspect ratio bitflags.
Returns
TRUE if successful or FALSE otherwise.
Notes
The variable pointed to by the pdwAspectRatioMode parameter can contain a combination of the following:
MFVideoARMode_NoneMFVideoARMode_PreservePictureMFVideoARMode_PreservePixelMFVideoARMode_NonLinearStretch
See Also