Share via


DVD_SUBPICTURE_STREAM_ATTR (Windows CE 5.0)

Send Feedback

This structure contains video title set subpicture stream attribute (VTS_SPST_ATR) information.

typedef struct _structDVD_SUBPICTURE_STREAM_ATTR {UINT16modetype;UINT16specificCode;UINT16extension;} DVD_SUBPICTURE_STREAM_ATTR, *PDVD_SUBPICTURE_STREAM_ATTR;

Members

  • modetype
    Subpicture mode and type as defined by VTS_SPST_ATR.
  • specificCode
    Specific code as defined in the DVD Specification for Read-Only Disc.
  • extension
    Specific code extension as defined in the DVD Specification for Read-Only Disc.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.

See Also

IDVDStreamAttributes::GetSubpictureAttr

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.