Site icon EfmSoft

What does HRESULT 0xC00DA029 (MF_E_NO_MORE_QUALITY_LEVELS) mean?

 
Previous Next
MF_E_NO_MORE_DROP_MODES MF_E_DROPTIME_NOT_SUPPORTED

MF_E_NO_MORE_QUALITY_LEVELS

MF_E_NO_MORE_QUALITY_LEVELS is returned by IMFQualityAdvise::SetQualityLevel when the component does not support the requested quality level or any level below it.

Do not confuse quality level with drop mode

The Media Foundation quality manager uses IMFQualityAdvise on components that can trade processing quality for performance. The default quality manager is tuned for playback, and the EVR is one example of a component that exposes the interface. This HRESULT describes the end of the component's quality-level range, not a failure to negotiate the stream media type.

Microsoft: IMFQualityAdvise::SetQualityLevel · Microsoft: IMFQualityAdvise · Microsoft: Media Foundation quality management


Looking for a different code? Search another status or error code.

Exit mobile version