Share via


EDVDDisplayAspectRatio

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumeration defines the display aspect ratio.

Syntax

typedef enum {
  DVD_DISPLAY_ASPECT_4x3  = 0,
  DVD_DISPLAY_ASPECT_16x9 = 0x3
} EDVDDisplayAspectRatio;

Elements

  • DVD_DISPLAY_ASPECT_4x3
    Aspect ratio set to 4:3.
  • DVD_DISPLAY_ASPECT_16x9
    Horizontal Letterbox. The renderer downsamples the decoded 4:3 input stream horizontally and displays the left and right borders as solid color.

Requirements

Header dvddrvr.idl
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Concepts

DVD-Video Renderer Enumerations