IDvdInfo2::GetTitleAttributes method
The GetTitleAttributes method retrieves attributes of all video, audio, and subpicture streams for the specified title and its menus.
Syntax
HRESULT GetTitleAttributes(
[in] ULONG ulTitle,
[out] DVD_MenuAttributes *pMenu,
[out] DVD_TitleAttributes *pTitle
);
Parameters
- ulTitle [in]
-
Variable of type ULONG, from 1 through 99, specifying the requested title number. Specify 0xFFFFFFFF for the current title.
- pMenu [out]
-
Pointer to a DVD_MenuAttributes structure that receives the attributes of the menu associated with the specified title.
- pTitle [out]
-
Pointer to a DVD_TitleAttributes structure that receives the attributes of the specified title.
Return value
Returns one of the following HRESULT values.
| Return code | Description |
|---|---|
|
Success. |
|
The nTitle parameter is invalid. |
|
The DVD Navigator is not in the title domain. |
|
The pMenu or pTitle parameter is invalid. |
|
DVD Navigator is not initialized or some other internal error occurred. |
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
See also