Microsoft DirectX 9.0

IMSVidVideoRenderer::get_MinVidRect

This topic applies to Windows XP only.

The get_MinVidRect method retrieves the minimum ideal size of the video rectangle.

Syntax

HRESULT get_MinVidRect(
  IMSVidRect**  ppVidRect
);

Parameters

  ppVidRect

[out]  Address of a variable that receives an IMSVidRect interface pointer.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

The minimum ideal image size is the minimum video size that can be displayed without significantly degrading performance or image quality.

The returned IMSVidRect interface has an outstanding reference count. The caller must release the interface.

See Also