DVD_AUDIO_STREAM_ATTR
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), or video title set audio stream attributes (VTS_AST_ATR).
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. See VMGM_AST_ATR, VTSM_AST_ATR, and VTS_AST_ATR in the DVD Specification for Read-Only Disc for the specific meanings of the individual bits. - reserved
A three element array containing extended audio stream information. See VMGM_AST_ATR, VTSM_AST_ATR, and VTS_AST_ATR in the DVD Specification for Read-Only Disc for the specific meanings of the individual bits.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.
See Also
IDVDStreamAttributes::GetAudioAttr
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.