Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
The SetAspectRatioModemethod sets the aspect ratio correction mode for window resizing.
Syntax
HRESULT SetAspectRatioMode( AM_ASPECT_RATIO_MODE amAspectRatioMode ); |
Parameters
Value | Description |
---|---|
amAspectRatioMode |
[in] Value specifying one of the AM_ASPECT_RATIO MODE enumerated type members. |
Return Value
Returns an HRESULTvalue. Possible values include the following:
Value | Description |
---|---|
E_NOTIMPL |
Method called on secondary stream. |
E_INVALIDARG |
Invalid argument. |
S_OK |
Success. |
Remarks
Currently this function is implemented only on the primary pin of the Overlay Mixer filter. Calling it on a secondary pin will result in an error.