MFPKEY_DECODERCOMPLEXITYREQUESTED Property
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 |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
See also