Share via


IDVDTitleSet (Windows Embedded CE 6.0)

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

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:

Requirements

Header dvdata.h, dvdata.idl
Library Ddvdids.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

DVD-Video API Interfaces