Microsoft DirectX 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.

See Also