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 |
|---|---|
| GetSpecVersion | Returns the DVD specification version number (VERN) from the video title set information management table (VTSI_MAT). |
| GetCategory | Returns the video title set category (VTS_CAT) from the video title set information management table (VTSI_MAT). |
| GetMenu | Returns the IDVDMenu interface for the current video title set (VTS). |
| GetDomain | Returns the IDVDDomain interface for the current video title set (VTS). |
| GetTotalTitleUnitCount | Returns the video title set's number of title units (VTS_TTU_Ns). |
| GetTitlePart | Returns the program chain number (PGCN) and the program number (PGN) for a specified part of title (PTT) in a specified title unit (TTU). |
| GetVTSN | Returns the current video title set number. |
| GetVolume | 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
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.
Link Library: Ddvdids.lib.
See Also
Send Feedback on this topic to the authors