IMFQualityAdviseLimits::GetMaximumDropMode method
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
- peDropMode [out]
-
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
|
Minimum supported client |
Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|
See also