MFSampleExtension_VideoDSPMode attribute
Indicates whether video stabilization was applied to a video frame.
Data type
MFVideoDSPMode stored as UINT32
Get/set
To get this attribute, call IMFAttributes::GetUINT32.
To set this attribute, call IMFAttributes::SetUINT32.
Applies to
Remarks
The Video Stabilization MFT sets this attribute on the output samples that it produces. The value of the attribute is an MFVideoDSPMode enumeration value. If the value is MFVideoDSPMode_Stabilization, it means that the MFT applied image stabilization to the frame.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
Header |
|
See also