IDVDTimeMap
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.
Programming element | Description |
---|---|
GetTableHeader | Returns data from the video title set time map (VTS_TMAP). |
GetVOBUAddress | 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 three 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 reference identifier.
- By calling the IDVDDomain::GetTimeMap 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.