Share via


IDVDStreamAttributes::GetSubpictureAttr

This method returns the attributes of a specified subpicture stream number in the current video object set (VOBS). Depending on the source of the current VOBS, IDVDStreamAttributes::GetSubpictureAttr can return either a video manager menu subpicture stream attribute (VMGM_SPST_ATR), a video title set menu subpicture stream attribute (VTSM_SPST_ATR), or a video title set subpicture stream attribute (VTS_SPST_ATR).

HRESULT GetSubpictureAttr(
  UINT8 nStreamNo,
  DVD_SUBPICTURE_STREAM_ATTR* pSPAttr
);

Parameters

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

IDVDStreamAttributes | IDVDStreamAttributes::GetSubpictureCount | DVD_SUBPICTURE_STREAM_ATTR

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.