Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the processing mode of the Video Stabilization MFT.
Syntax
typedef enum _MFVideoDSPMode {
MFVideoDSPMode_Passthrough = 1,
MFVideoDSPMode_Stabilization = 4
} MFVideoDSPMode;
Constants
MFVideoDSPMode_Passthrough Value: 1 Pass-through mode. Video stabilization is not applied. |
MFVideoDSPMode_Stabilization Value: 4 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
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | wmcodecdsp.h |