IBDA_TransportStreamInfo Interface

 
Microsoft DirectShow 9.0

IBDA_TransportStreamInfo Interface

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

The IBDA_TransportStreamInfo interface returns the time when the most recent Program Association Table (PAT) section was received. The BDA MPEG-2 Transport Information Filter implements this interface and registers it as a graph service. To obtain a pointer to this interface, call IRegisterServiceProvider::RegisterService with the service identifier SID_BDA_TransportStreamInfo.

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

Method Description
get_PatTableTickCount Returns the time when the most recent PAT section was received.

Requirements

Header: Include bdaiface.h.

See Also