Partager via


IDVDStreamAttributes::GetVideoAttr

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

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

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.