Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 |
IMpeg2Data Interface
The IMpeg2Data interface is exposed by the MPEG-2 Sections and Tables filter. It enables the client to retrieve unparsed sections or tables from an MPEG-2 transport stream.
In addition to the methods inherited from IUnknown, the IMpeg2Data interface exposes the following methods.
| Method | Description |
| GetSection | Retrieves an MPEG-2 table section. |
| GetStreamOfSections | Starts an ongoing request for specific MPEG-2 table sections. |
| GetTable | Retrieves a complete MPEG-2 PSI table. |
Requirements
Header: Include Mpeg2data.h.
See Also