IFullScreenVideoEx::IsKeepPixelAspectRatio
Microsoft DirectShow 9.0 |
IFullScreenVideoEx::IsKeepPixelAspectRatio
The IsKeepPixelAspectRatio method queries whether the pixel aspect ratio is maintained. The Full Screen Renderer filter does not support this method; it always maintains the pixel aspect ratio.
Syntax
HRESULT GetAcceleratorTable( long *pKeepAspect );
Parameters
pKeepAspect
[in] Pointer to a variable that receives the value OATRUE or OAFALSE.
Return Values
Returns an HRESULT value.
Requirements
Header: Declared in Amvideo.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also