Share via


MFPKEY_DECODERCOMPLEXITYREQUESTED Property

banner art

Specifies the device conformance template that you want to use for video encoding.

Data Type

VT_I4

Default Value

1

Constant for IPropertyBag

g_wszWMVCDecoderComplexityRequested

Data Type for IPropertyBag

VT_BSTR

Default Value for IPropertyBag

"MP"

Remarks

The codec will attempt to encode the content using the device conformance template specified by this value. The actual template to which the encoded content conforms can be retrieved from the MFPKEY_DECODERCOMPLEXITYPROFILE property after encoding.

This property must be one of the following values.

Value for IPropertyStore Value for IPropertyBag Description
0 "SP" simple profile
1 "MP" main profile
2 "CP" no longer supported

Applies To

This write-only property is available on the encoder of the following codecs:

Requirements

Client: Requires Windows 7, Windows Vista, or Windows XP.

Header: Include wmcodecdsp.h.

See Also