MFPKEY_POSTPROCESSMODE Property

Specifies the post processing mode for the decoder.

Constant for IPropertyBag

g_wszWMVCForcePostProcessMode

Data Type

VT_I4

Remarks

Set this property to one of the following values.

Value Meaning
-1 The decoder sets the post processing mode adaptively based on available CPU resources.
0 The decoder performs no post processing.
1 fThe decoder performs fast deblocking.
2 The decoder performs full deblocking.
3 The decoder performs fast deblocking and deringing.
4 The decoder performs full deblocking and deringing.

 

As the value of this property goes from 0 to 4, the decoding complexity, use of CPU resources, and picture quality all increase.

Requirements

Requirement Value
Client
Windows Vista or Windows 7
Header
Wmcodecdsp.h

See also

Media Foundation Properties