IDVDProgramChain::GetSubpictureStreamSelector
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(
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 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
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.