Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This interface provides information about the current video title set (VTS).
The following table lists the methods for IDVDTitleSet in the order they are called by the compiler.
| Method | Description |
|---|---|
Returns the DVD specification version number (VERN) from the video title set information management table (VTSI_MAT). |
|
Returns the video title set category (VTS_CAT) from the video title set information management table (VTSI_MAT). |
|
Returns the IDVDMenu interface for the current video title set (VTS). |
|
Returns the IDVDDomain interface for the current video title set (VTS). |
|
Returns the video title set's number of title units (VTS_TTU_Ns). |
|
Returns the program chain number (PGCN) and the program number (PGN) for a specified part of title (PTT) in a specified title unit (TTU). |
|
Returns the current video title set number. |
|
Returns the IDVDVideoVolume interface for the current video title set (VTS). |
The IDVDTitleSet interface, like all COM interfaces, inherits the IUnknown interface methods.
The IUnknown interface supports the following methods:
Remarks
You can obtain a pointer to an IDVDTitleSet interface in the following ways:
- By calling the IUnknown::QueryInterface method of a DVDData object and specifying the IID_IDVDTitleSet interface identifier, see DVD-Video API Interface Identifiers.
- By calling IDVDVideoVolume::GetTitleSet method.
- By calling IDVDDomain::GetTitleSet method.
Requirements
| Header | dvdata.h, dvdata.idl |
| Library | Ddvdids.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |