IDVDStreamAttributes::GetSubpictureCount
This method returns the number of subpicture streams in the current video object set (VOBS). Depending on the source of the current VOBS, IDVDStream Attributes::GetSubpictureCount can return either the video manager menu subpicture stream count (VMGM_SPST_Ns), the video title set menu subpicture stream count (VTSM_SPST_Ns), or the video title set subpicture stream count (VTS_SPST_Ns).
HRESULT GetSubpictureCount(
UINT8* pStreamCount
);
Parameters
- pStreamCount
[out] Pointer to VMGM_SPST_Ns, VTSM_SPST_Ns, or VTS_SPST_Ns, depending on the current VOBS.
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.