Share via


IMSVidVideoRenderer::get_MaxVidRect Method

This topic applies to Windows XP or later.
The get_MaxVidRect method retrieves the maximum ideal size of the video rectangle.

Syntax

HRESULT get_MaxVidRect(
  [out]  IMSVidRect **ppVidRect
);

Parameters

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

Return Value

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

Remarks

The maximum ideal image size is the maximum 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.

Requirements

Header Declared in Dshow.h.
DLL Requires Quartz.dll.

See Also

IMSVidVideoRenderer Interface
IMSVidVideoRenderer::get_MinVidRect

Send comments about this topic to Microsoft

Build date: 12/4/2008