Share via


EDVDLpcmQuantization (Windows Embedded CE 6.0)

1/6/2010

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