IMFSchemeHandler Interface

Creates a media source or a byte stream from a URL.

Syntax

interface IMFSchemeHandler : public IUnknown  

Remarks

Applications do not use this interface. This interface is exposed by scheme handlers, which are used by the source resolver. A scheme handler is designed to parse one type of URL scheme. When the scheme handler is given a URL, it parses the resource that is located at that URL and creates either a media source or a byte stream.

Requirements

Header: Declared in mfidl.h.

Library: Use mfuuid.lib.