Share via


IDVDStreamAttributes::GetAudioMultichannelUseAttr

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.

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 Values

This method always returns S_OK.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.
Link Library: Ddvdids.lib.

See Also

IDVDStreamAttributes | DVD_AUDIO_MU_ATTR

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.