IMpeg2Stream interface (mpeg2data.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
The IMpeg2Stream interface represents a stream of MPEG-2 data. The IMpeg2Data::GetStreamOfSections method returns a pointer to this interface.
Inheritance
The IMpeg2Stream interface inherits from the IUnknown interface. IMpeg2Stream also has these types of members:
Methods
The IMpeg2Stream interface has these methods.
IMpeg2Stream::Initialize The Initialize method initializes the MPEG2Stream object. This method should be called once, immediately after creating the object. The IMpeg2Data::GetStreamOfSections method calls this method internally, so typically an application will not call it. |
IMpeg2Stream::SupplyDataBuffer The SupplyDataBuffer method provides a buffer for the Mpeg2Stream object to write data. |
Remarks
To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IMpeg2Stream)
.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | mpeg2data.h |