Share via


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

HRESULT GetSubpictureStreamSelector(UINT8streamN,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 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

IDVDProgramChain

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.