IMpeg2TableFilter Interface
Microsoft DirectShow 9.0 |
IMpeg2TableFilter Interface
The IMpeg2TableFilter interface controls which tables are parsed by the MPEG-2 Sections and Tables filter. The MPEG-2 Sections and Tables filter exposes this interface on its output pins.
In addition to the methods inherited from IUnknown, the IMpeg2TableFilter interface exposes the following methods.
Method | Description |
AddExtension | Adds a table extension to the list of MPEG-2 table sections that the filter receives. |
AddPID | Adds a packet identifier (PID) to the list of PIDs that the filter receives. |
AddTable | Adds a table identifier (TID) to the list of MPEG-2 table sections that the filter receives. |
RemoveExtension | Removes a table extension from the list. |
RemovePID | Removes a PID from the list. |
RemoveTable | Removes a TID from the list. |
Requirements
Header: Include Mpeg2data.h.
See Also