IMFMediaEngineEx::RemoveEffect method

[This documentation is preliminary and is subject to change.]

Applies to: desktop apps | Metro style apps

Removes an audio or video effect.

Syntax

HRESULT RemoveEffect(
  [in]  IUnknown *pEffect
);

Parameters

  • pEffect [in]
    A pointer to the IUnknown interface of the effect object. Use the same pointer that you passed to the InsertEffect method.

Return value

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

Remarks

Call this method to remove an effect that was added with the IMFMediaEngineEx::InsertEffect method.

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Header

Mfmediaengine.h

See also

IMFMediaEngineEx

 

 

Send comments about this topic to Microsoft

Build date: 5/18/2012