Microsoft DirectX 9.0

ISectionList Interface

The ISectionList interface represents a list of MPEG-2 table sections.

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

Method Description
CancelPendingRequest Cancels any pending asynchronous request.
GetNumberOfSections Returns the number of MPEG-2 sections that were received.
GetProgramIdentifier Retrieves the program identifier (PID) of the packets that this object is receiving.
GetSectionData Retrieves a section.
GetTableIdentifier Returns the table identifier (TID) of the packets that this object is receiving.
Initialize Initializes the object.
InitializeWithRawSections Initializes the object with raw section data.