Share via


EDVDAudioStreamType (Windows CE 5.0)

Send Feedback

This enumeration defines the supported audio types.

typedef enum {  DVD_AUDIO_TYPE_AC3 = 2,  DVD_AUDIO_TYPE_MPEG,  DVD_AUDIO_TYPE_LPCM,  DVD_AUDIO_TYPE_DTS,  DVD_AUDIO_TYPE_SDDS} EDVDAudioStreamType;

Elements

  • DVD_AUDIO_TYPE_AC3
    Dolby Digital AC-3 audio.
  • DVD_AUDIO_TYPE_MPEG
    MPEG-2 audio.
  • DVD_AUDIO_TYPE_LPCM
    Linear PCM audio.
  • DVD_AUDIO_TYPE_DTS
    Digital Theatre Surround audio.
  • DVD_AUDIO_TYPE_SDDS
    Sony Dynamic Digital Sound audio.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvddrvr.idl.

See Also

DVD-Video Renderer Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.