IMFVideoProcessorControl interface
Configures the Video Processor MFT.
Members
The IMFVideoProcessorControl interface inherits from the IUnknown interface. IMFVideoProcessorControl also has these types of members:
Methods
The IMFVideoProcessorControl interface has these methods.
| Method | Description |
|---|---|
| SetBorderColor |
Sets the border color. |
| SetConstrictionSize |
Specifies the amount of downsampling to perform on the output. |
| SetDestinationRectangle |
Sets the destination rectangle. |
| SetMirror |
Specifies whether to flip the video image. |
| SetRotation |
Specifies whether to rotate the video to the correct orientation. |
| SetSourceRectangle |
Sets the source rectangle. |
Remarks
This interface controls how the Video Processor MFT generates output frames.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
See also