IMFMediaTypeHandler Interface

Gets and sets media types on an object, such as a media source or media sink.

Syntax

interface IMFMediaTypeHandler : public IUnknown  

Remarks

This interface is exposed by media-type handlers.

If you are implementing a custom media source or media sink, you can create a simple media-type handler by calling MFCreateSimpleTypeHandler, or you can provide your own implementation.

Requirements

Header: Declared in mfidl.h.

Library: Use mfuuid.lib.