Microsoft DirectX 9.0

IDvdInfo2::GetVMGAttributes

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

Syntax

HRESULT GetVMGAttributes(
  DVD_MenuAttributes *pATR
);

Parameters

pATR

[out] Pointer to a DVD_MenuAttributes structure that receives the attributes.

Return Values

Returns one of the following HRESULT values.

Return code Description
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.

See Also