Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMFVideoMediaType interface

Represents a description of a video format.

Members

The IMFVideoMediaType interface inherits from IMFMediaType. IMFVideoMediaType also has these types of members:

Methods

The IMFVideoMediaType interface has these methods.

MethodDescription
GetVideoFormat

Returns a pointer to an MFVIDEOFORMAT structure that describes the video format. (Deprecated.)

GetVideoRepresentation

Retrieves an alternative representation of the media type. (Deprecated.)

 

Remarks

If the major type of a media type is MFMediaType_Video, you can query the media type object for the IMFVideoMediaType interface.

Applications should avoid using this interface except when a method or function requires an IMFVideoMediaType pointer as a parameter. You can get all of the format information from a video media type through the IMFAttributes interface, which IMFMediaType inherits.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Mfobjects.h (include Mfidl.h)

Library

Mfuuid.lib

See also

IMFMediaType
Media Foundation Interfaces
Media Type Attributes
Media Types

 

 

Show:
© 2017 Microsoft