Share via


DVD_AUDIO_STREAM_ATTR (Windows Embedded CE 6.0)

1/6/2010

This structure is flexible enough to contain the contents of one of the three different kinds of audio stream attributes:

  • Video manager menu audio stream attributes (VMGM_AST_ATR)
  • Video title set menu audio stream attributes (VTSM_AST_ATR)
  • Video title set audio stream attributes (VTS_AST_ATR)

Syntax

typedef struct _structDVD_AUDIO_STREAM_ATTR {
  UINT16 attr;
  UINT16 reserved[3];
} DVD_AUDIO_STREAM_ATTR, *PDVD_AUDIO_STREAM_ATTR;

Members

  • attr
    Attributes of the audio stream.

    For the specific meanings of individual bits, see VMGM_AST_ATR, VTSM_AST_ATR, and VTS_AST_ATR in the DVD Specification for Read-Only Disc.

  • reserved
    A three element array containing extended audio stream information.

    For the specific meanings of individual bits, see VMGM_AST_ATR, VTSM_AST_ATR, and VTS_AST_ATR in the DVD Specification for Read-Only Disc.

Requirements

Header dvdata.h, dvdata.idl
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

DVD-Video API Structures
IDVDStreamAttributes::GetAudioAttr