MF_VIDEODSP_MODE attribute
Sets the processing mode of the Video Stabilization MFT.
Data type
MFVideoDSPMode stored as UIINT32
Remarks
The value of this attribute is an MFVideoDSPMode enumeration value. This attribute can be used to enable or disable the image stabilization, and can be updated for each output sample.
To set this attribute:
- Call IMFTransform::GetAttributes on the video stabilization MFT to get an IMFAttributes pointer.
- Call IMFAttributes::SetUINT32 to set the attribute.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
Header |
|
See also