IDVB_DIT Interface
Microsoft DirectShow 9.0 |
IDVB_DIT Interface
This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005 and later.
The IDVB_DIT interface enables the client to get information from a discontinuity information table (DIT). The IDvbSiParser::GetDIT method returns a pointer to this interface. The presence of a DIT in the stream indicates a transition point where the Service Information (SI) may be discontinuous.
In addition to the methods inherited from IUnknown, the IDVB_DIT interface exposes the following methods.
Method | Description |
GetTransitionFlag | Queries whether the transition_flag bit is set. |
Initialize | Initializes the object. |
Requirements
Header: Include dvbsiparser.h.
See Also