IMFByteStreamHandler Interface

Creates a media source from a byte stream.

Syntax

interface IMFByteStreamHandler : public IUnknown  

Remarks

Applications do not use this interface directly. This interface is exposed by byte-stream handlers, which are used by the source resolver. When the byte-stream handler is given a byte stream, it parses the stream and creates a media source. Byte-stream handlers are registered by file name extension or MIME type.

Requirements

Header: Declared in mfidl.h.

Library: Use mfuuid.lib.