Microsoft DirectX 9.0

DVD_MultichannelAudioAttributes Structure

The DVD_MultichannelAudioAttributes structure describes the multichannel attributes of one audio stream within a specified title.

Syntax

typedef struct tagDVD_MultichannelAudioAttributes {
    DVD_MUA_MixingInfo  Info[8];
    DVD_MUA_Coeff       Coeff[8];
} DVD_MultichannelAudioAttributes;

Members

Info

Array of eight DVD_MUA_MixingInfo structures, which contain the mixing information for each channel in the audio stream.

Coeff

Array of eight DVD_MUA_Coeff structures, which contain the mixing coefficients for each channel in the audio stream.

Remarks

The DVD_TitleAttributes structure contains an array of up to eight DVD_MultichannelAudioAttributes structures. When DVD_TitleAttributes is filled by a call to the IDvdInfo2::GetTitleAttributes method, the array will be populated with one DVD_MultichannelAudioAttributes structure for each available audio stream in the title.

See Also