IDvdInfo2::GetCurrentVideoAttributes method
The GetCurrentVideoAttributes method retrieves the video attributes of the current title or menu.
Syntax
HRESULT GetCurrentVideoAttributes( [out] DVD_VideoAttributes *pATR );
Parameters
- pATR [out]
-
Pointer to a DVD_VideoAttributes structure that receives the attributes.
Return value
Returns one of the following HRESULT values.
| Return code | Description |
|---|---|
|
Success. |
|
Invalid argument. |
|
The DVD Navigator is not initialized. |
Remarks
The use of this method is demonstrated in the DVDSample application in CDvdCore::GetVideoAttributes().
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
See also