IMFMediaEngineEx::RemoveAllEffects method (mfmediaengine.h)

Removes all audio and video effects.

Syntax

HRESULT RemoveAllEffects();

Return value

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

Remarks

Call this method to remove all of the effects that were added with the InsertAudioEffect and InsertVideoEffect methods.

Requirements

   
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header mfmediaengine.h

See also

IMFMediaEngineEx