Share via


IDVDProgramChain::GetAudioStreamSelector (Windows Embedded CE 6.0)

1/6/2010

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.

Syntax

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 Value

If the method succeeds, it 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

IDVDProgramChain