IDVB_ST Interface

 
Microsoft DirectShow 9.0

IDVB_ST Interface

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

The IDVB_ST interface enables the client to get information from a stuffing table (ST). The IDvbSiParser::GetST method returns a pointer to this interface.

The purpose of an ST is to invalidate existing table sections when the transport stream crosses the boundary between delivery systems. To invalidate a table section, the section is overwritten with an ST.

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

Method Description
GetData Returns the data in the ST.
GetDataLength Returns the length of the data in the ST.
Initialize Initializes the object.

Requirements

Header: Include dvbsiparser.h.

See Also