Share via


EDVDDisplayAspectRatio (Windows Embedded CE 6.0)

1/6/2010

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