IDVDStreamAttributes::GetVideoAttr (Windows Embedded CE 6.0)
1/6/2010
This method returns the attributes of the current video object set (VOBS).
Depending on the source of the current VOBS, IDVDStreamAttributes::GetVideoAttr can return either the video manager menu video attributes (VMGM_V_ATR), the video title set menu video attributes (VTSM_V_ATR), or the video title set video attributes (VTS_V_ATR).
Syntax
HRESULT GetVideoAttr(
UINT16* pVideoAttr
);
Parameters
- pVideoAttr
[out] Pointer to VMGM_V_ATR, VTSM_V_ATR, or VTS_V_ATR, 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 |