IMFMediaType Interface

Represents a description of a media format.

Syntax

interface IMFMediaType : public IMFAttributes  

Remarks

To create a new media type, call MFCreateMediaType.

All of the information in a media type is stored as attributes. To clone a media type, call IMFAttributes::CopyAllItems.

Requirements

Header: Declared in mfobjects.h (include mfidl.h).

Library: Use mfuuid.lib.