Share via


EDVDLpcmQuantization

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 width of the Linear PCM.

Syntax

typedef enum {
  DVD_LPCM_16,
  DVD_LPCM_20,
  DVD_LPCM_24
} EDVDLpcmQuantization;

Elements

  • DVD_LPCM_16
    Width is equal to 16 bits.
  • DVD_LPCM_20
    Width is equal to 20 bits.
  • DVD_LPCM_24
    Width is equal to 24 bits.

Requirements

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

See Also

Concepts

DVD-Video Renderer Enumerations