IDVDTitleSet
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.
Programming element | 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 three 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 reference identifier.
- 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
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.