Share via


IDVDRenderer::SetDisplayAspectRatio (Windows CE 5.0)

Send Feedback

This method sets the output display aspect ratio to 4:3 or 16:9.

HRESULT SetDisplayAspectRatio(EDVDDisplayAspectRatioenumDisplayAspectRatio);

Parameters

  • enumDisplayAspectRatio
    [in] The following are the two possible values for this parameter.
    Value Description
    DISPLAY_ASPECT_4_3 Aspect ratio set to 4:3.
    DISPLAY_ASPECT_16_9_DOWNSAMPLE_4_3 Horizontal Letterbox. The renderer downsamples the decoded 4:3 input stream horizontally and displays the left and right borders as solid color.

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

EDVDDisplayAspectRatio | IDVDRenderer:IUnknown

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.