Microsoft DirectX 9.0

IFullScreenVideoEx::KeepPixelAspectRatio

The KeepPixelAspectRatio method specifies whether to maintain the pixel aspect ratio. The Full Screen Renderer filter does not support this method; it always maintains the pixel aspect ratio.

Syntax

HRESULT GetAcceleratorTable(
    long KeepAspect
);

Parameters

KeepAspect

[in] Specifies whether to maintain the aspect ratio. The value must be OATRUE or OAFALSE.

Return Values

Returns an HRESULT value.

See Also