Share via


EDVDAspectRatioMode

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 aspect ratio mode.

Syntax

typedef enum {
  DVD_ASPECT_RATIO_MODE_LETTERBOX,
  DVD_ASPECT_RATIO_MODE_PANSCAN
} EDVDAspectRatioMode;

Elements

  • 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.

Requirements

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

See Also

Concepts

DVD-Video Renderer Enumerations