Share via


DVD_AUDIO_MU_ATTR (Windows CE 5.0)

Send Feedback

This structure provides both types of video title set audio stream attributes (VTS_MU_AST_ATR(1) and VTS_MU_AST_ATR(2)) for a single audio stream.

typedef struct _structDVD_AUDIO_MU_ATTR {UINT8atr1[8];struct {UINT8alpha;UINT8beta;}atr2[8];} DVD_AUDIO_MU_ATTR, *PDVD_AUDIO_MU_ATTR;

Members

  • atr1
    An eight element array containing VTS_MU_AST_ATR(1).
  • atr2
    An eight element array of structures to describe the multichannel mixing coefficients in VTS_MU_AST_ATR(2).
  • alpha
    Audio mixing coefficient in VTS_MU_AST_ATR(2) as defined in the DVD Specification for Read-Only Disc.
  • beta
    Audio mixing coefficient in VTS_MU_AST_ATR(2) as defined in the DVD Specification for Read-Only Disc.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ddvdata.h, Dvdata.idl.

See Also

IDVDStreamAttributes::GetAudioMultichannelUseAttr

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.