Share via


IDVDProgramChain::GetSubpictureStreamSelector (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 subpicture stream control (PGC_SPST_CTL) information for a specified subpicture stream.

Syntax

HRESULT GetSubpictureStreamSelector(
  UINT8 streamN,
  UINT32* pSPSel
);

Parameters

  • streamN
    [in] Specified subpicture stream number in the range from 0 to 31.
  • pSPSel
    [out] Pointer to the PGC_SPST_CTLT entry for the subpicture stream specified by streamN.

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

IDVDProgramChain