IDVDTimeMap (Windows Embedded CE 6.0)
1/6/2010
This interface provides time-based information about the current program chain (PGC)
The following table lists the methods for IDVDTimeMap in the order they are called by the compiler.
Method | Description |
---|---|
Returns data from the video title set time map (VTS_TMAP). |
|
Reads the video title set time map (VTS_TMAP) and returns a specified entry from the table of map entries (MAP_ENT). |
The IDVDTimeMap 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 IDVDTimeMap interface in the following ways:
- By calling the IUnknown::QueryInterface method of a DVDData object and specifying the IID_IDVDTimeMap interface identifier, see DVD-Video API Interface Identifiers.
- By calling the IDVDDomain::GetTimeMap method.
Requirements
Header | dvdata.h, dvdata.idl |
Library | Ddvdids.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |