IBDA_TransportStreamInfo interface (bdaiface.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

Note��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 IServiceProvider::QueryService with the service identifier SID_BDA_TransportStreamInfo.

Inheritance

The IBDA_TransportStreamInfo interface inherits from the IUnknown interface. IBDA_TransportStreamInfo also has these types of members:

Methods

The IBDA_TransportStreamInfo interface has these methods.

 
IBDA_TransportStreamInfo::get_PatTableTickCount

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

Remarks

To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IBDA_TransportStreamInfo).

Requirements

   
Target Platform Windows
Header bdaiface.h

See also

BDA Interfaces