MFVideoDSPMode enumeration
Specifies the processing mode of the Video Stabilization MFT.
Syntax
typedef enum _MFVideoDSPMode { MFVideoDSPMode_Passthrough = 1, MFVideoDSPMode_Stabilization = 4 } MFVideoDSPMode;
Constants
- MFVideoDSPMode_Passthrough
-
Pass-through mode. Video stabilization is not applied.
- MFVideoDSPMode_Stabilization
-
Video stabilization is applied.
Remarks
This enumeration is used with the MF_VIDEODSP_MODE attribute.
In pass-through mode, the MFT does not apply any processing to the video.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
See also
Show: