IDVB_RST Interface

 
Microsoft DirectShow 9.0

IDVB_RST Interface

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

The IDVB_RST interface enables the client to get information from a running status table (RST). The IDvbSiParser::GetRST method returns a pointer to this interface. The RST enables the provider to update the timing status for one or more events, which may be needed if the schedule changes.

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

Method Description
GetCountOfRecords Returns the number of records in the RST.
GetRecordEventId Returns the event identifier for a record in the RST.
GetRecordOriginalNetworkId Returns the original network identifier for a record in the RST.
GetRecordRunningStatus Returns the running status for a record in the RST.
GetRecordServiceId Returns the service identifier for a record in the RST.
GetRecordTransportStreamId Returns the transport stream identifier (TSID) for a record in the RST.
Initialize Initializes the object.

Requirements

Header: Include dvbsiparser.h.

See Also