DVD_AUDIO_STREAM_ATTR (Windows CE 5.0)
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)
typedef struct _structDVD_AUDIO_STREAM_ATTR {UINT16attr;UINT16reserved[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
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.
See Also
IDVDStreamAttributes::GetAudioAttr
Send Feedback on this topic to the authors