Share via


IDVDStreamAttributes::GetAudioMultichannelUseAttr (Windows Embedded CE 6.0)

1/6/2010

This method reads the video title set management table (VTSI_MAT) and returns the video title set multichannel audio stream attribute (VTS_MU_AST_ATR) of a specified audio stream number.

Syntax

HRESULT GetAudioMultichannelUseAttr(
  UINT8 nStreamNo,
  DVD_AUDIO_MU_ATTR* pMuse
);

Parameters

  • nStreamNo
    [in] Specified audio stream number in the range from 0 to 7.
  • pMuse
    [out] Pointer to the multichannel use attributes.

    Pointer to a DVD_AUDIO_MU_ATTR structure containing both VTS_MU_AST_ATR(1) and VTS_MU_AST_ATR(2) for stream number nStreamNo.

Return Value

This method always returns S_OK.

Requirements

Header dvdata.h, dvdata.idl
Library Ddvdids.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IDVDStreamAttributes
DVD_AUDIO_MU_ATTR