Share via


IDVDProgramChain::GetAudioStreamSelector (Windows CE 5.0)

Send Feedback

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.