Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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