IDvdInfo2::GetVMGAttributes method

The GetVMGAttributes method retrieves attributes of all video, audio, and subpicture streams for the Video Manager Menu.

Syntax


HRESULT GetVMGAttributes(
  [out] DVD_MenuAttributes *pATR
);

Parameters

pATR [out]

Pointer to a DVD_MenuAttributes structure that receives the attributes.

Return value

Returns one of the following HRESULT values.

Return codeDescription
S_OK

Success.

E_POINTER

Invalid argument.

E_UNEXPECTED

The DVD Navigator is not initialized.

 

Remarks

The Video Manager Menu is not associated with any particular title number.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Strmif.h (include Dshow.h)

Library

Strmiids.lib

See also

DVD Applications
Error and Success Codes
IDvdInfo2 Interface

 

 

Show: