Share via


DVD_AUDIO_MU_ATTR (Windows Embedded CE 6.0)

1/6/2010

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.

Syntax

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

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

See Also

Reference

DVD-Video API Structures
IDVDStreamAttributes::GetAudioMultichannelUseAttr