IMpeg2Stream Interface

 
Microsoft DirectShow 9.0

IMpeg2Stream Interface

The IMpeg2Stream interface represents a stream of MPEG-2 data. The IMpeg2Data::GetStreamOfSections method returns a pointer to this interface.

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

Method Description
Initialize Initializes the object.
SupplyDataBuffer Provides a buffer for the object to write data.

Requirements

Header: Include Mpeg2data.h.

See Also