Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies the processing mode of the Video Stabilization MFT.
Syntax
typedef enum _MFVideoDSPMode {
MFVideoDSPMode_Passthrough = 1,
MFVideoDSPMode_Stabilization = 4
} MFVideoDSPMode;
Constants
MFVideoDSPMode_PassthroughValue: 1 Pass-through mode. Video stabilization is not applied. |
MFVideoDSPMode_StabilizationValue: 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 |