IDvbSiParser Interface

 
Microsoft DirectShow 9.0

IDvbSiParser Interface

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

The IDvbSiParser retrieves program specific information (PSI) and service information (SI) tables from a DVB transport stream.

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

Method Description
GetBAT Retrieves the bouquet association table (BAT).
GetCAT Retrieves the conditional access table (CAT).
GetDIT Retrieves the discontinuity information table (DIT).
GetEIT Retrieves the event information table (EIT).
GetNIT Retrieves the network information table (NIT).
GetPAT Retrieves the program association table (PAT).
GetPMT Retrieves the program map table (PMT) for a specified packet identifier (PID).
GetRST Retrieves the running status table (RST).
GetSDT Retrieves the service description table (SDT).
GetSIT Retrieves the selection information table (SIT).
GetST Retrieves the stuffing table (ST).
GetTDT Retrieves the time and date table (TDT).
GetTOT Retrieves the time offset table (TOT).
GetTSDT Retrieves the transport stream description table (TSDT).
Initialize Initializes this object.

Requirements

Header: Include dvbsiparser.h.

See Also