Edit

Share via


AVDecMmcss property

Specifies the Multimedia Class Scheduler Service (MMCSS) class for the decoding thread.

This property is read/write.

Data type

BSTR (VT_BSTR)

Property GUID

CODECAPI_AVDecMmcssClass

Property value

The value of this property is the name of the MMCSS class.

Remarks

MMCSS enables applications to ensure that time-sensitive processing has prioritized access to CPU resources. It works by elevating registered threads to higher thread priorities while periodically decreasing their priorities to yield time to other processes.

The recommended value for audio decoders is "Audio," and the recommended value for video decoders is "Playback."

If the MMCSS service is not available or the specified MMCSS class does not exist, setting the property has no effect.

Requirements

Requirement Value
Header
Uuids.h

See also

Codec API Properties

ICodecAPI Interface