IDVDRenderer::SetAspectRatioMode

This method sets the renderer choice of presentation when input material is formatted to 16:9, while the output device is set to 4:3.

HRESULT SetAspectRatioMode(
  EDVDAspectRatioMode enumAspectRatioMode
);

Parameters

  • enumAspectRatioMode
    [in] The following are the two possible values for this parameter.
    Value Description
    DVD_ASPECT_RATIO_MODE_LETTERBOX Informs the renderer that the preferred display is letterbox.
    DVD_ASPECT_RATIO_MODE_PANSCAN Informs the renderer that the preferred display is pan and scan.

Return Values

If the method completes successfully, the return value is S_OK.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvddrvr.idl.

See Also

EDVDAspectRatioMode | IDVDRenderer:IUnknown

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.