Partager via


IDVDProgramChain::GetAudioStreamSelector

This method reads the program chain general information (PGC_GI) for the current program chain (PGC) and returns the PGC audio stream control (PGC_AST_CTL) information for a specified audio stream.

HRESULT GetAudioStreamSelector(
  UINT8 streamN,
  UINT16* pSelector
);

Parameters

  • streamN
    [in] Specified audio stream number in the range from 0 to 7.
  • pSelector
    [out] Pointer to the PGC_AST_CTL entry for the audio stream specified by streamN.

Return Values

If the method succeeds, it returns S_OK.

Requirements

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

See Also

IDVDProgramChain

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.