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.
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
The get_MinVidRect method retrieves the minimum ideal size of the video rectangle.
Syntax
HRESULT get_MinVidRect(
[out] IMSVidRect **ppVidRect
);
Parameters
[out] ppVidRect
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 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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows�XP [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | segment.h (include Msvidctl.h) |