Share via


IDVDStreamAttributes::GetSubpictureCount (Windows Embedded CE 6.0)

1/6/2010

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).

Syntax

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 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

IDVDStreamAttributes