Share via


DVD_AUDIO_MU_ATTR

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 {
  UINT8 atr1[8];
  struct {
    UINT8 alpha;
    UINT8 beta;
  } 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

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.