IDVB_TDT Interface

 
Microsoft DirectShow 9.0

IDVB_TDT Interface

This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005 and later.

The IDVB_TDT interface enables the client to get information from a time and date table (TDT). The IDvbSiParser::GetTDT method returns a pointer to this interface. The TDT provides the current time and date, in Universal Time Coordinated (UTC) format.

In addition to the methods inherited from IUnknown, the IDVB_TDT interface exposes the following methods.

Method Description
GetUTCTime Returns the current UTC time and date.
Initialize Initializes the object.

Requirements

Header: Include dvbsiparser.h.

See Also