Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMFQualityAdviseLimits::GetMinimumQualityLevel method

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

Syntax


HRESULT GetMinimumQualityLevel(
  [out] MF_QUALITY_LEVEL *peQualityLevel
);

Parameters

peQualityLevel [out]

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

Minimum supported client

Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 R2 [desktop apps | Windows Store apps]

Header

Mfidl.h

See also

IMFQualityAdviseLimits

 

 

Show:
© 2017 Microsoft