IMFQualityAdviseLimits interface (mfidl.h)

Queries an object for the number of quality modes it supports. Quality modes are used to adjust the trade-off between quality and speed when rendering audio or video.

The default presenter for the enhanced video renderer (EVR) implements this interface. The EVR uses the interface to respond to quality messages from the quality manager.

Inheritance

The IMFQualityAdviseLimits interface inherits from the IUnknown interface. IMFQualityAdviseLimits also has these types of members:

Methods

The IMFQualityAdviseLimits interface has these methods.

 
IMFQualityAdviseLimits::GetMaximumDropMode

Gets the maximum drop mode.
IMFQualityAdviseLimits::GetMinimumQualityLevel

Gets the minimum quality level that is supported by the component.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header mfidl.h

See also

IMFQualityAdvise

Media Foundation Interfaces