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.
| Method | Description |
|---|---|
| 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 |
|
|
Library |
|
See also