IMFQualityAdviseLimits::GetMinimumQualityLevel method (mfidl.h)

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

Syntax

HRESULT GetMinimumQualityLevel(
  [out] MF_QUALITY_LEVEL *peQualityLevel
);

Parameters

[out] peQualityLevel

Receives the minimum quality level, specified as a member of the MF_QUALITY_LEVEL enumeration.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

To get the current quality level, call the IMFQualityAdvise::GetQualityLevel method. To set the quality level, call the IMFQualityAdvise::SetQualityLevel method.

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

IMFQualityAdviseLimits