IMFQualityAdviseLimits::GetMaximumDropMode method (mfidl.h)

Gets the maximum drop mode. A higher drop mode means that the object will, if needed, drop samples more aggressively to match the presentation clock.

Syntax

HRESULT GetMaximumDropMode(
  [out] MF_QUALITY_DROP_MODE *peDropMode
);

Parameters

[out] peDropMode

Receives the maximum drop mode, specified as a member of the MF_QUALITY_DROP_MODE enumeration.

Return value

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

Remarks

To get the current drop mode, call the IMFQualityAdvise::GetDropMode method. To set the drop mode, call the IMFQualityAdvise::SetDropMode 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