MFPMediaPlayer_RemoveEffect
Removes an effect that was added with the MFPMediaPlayer_InsertEffect function.
MFPMediaPlayer_RemoveEffect PROTO MediaPlayer:DWORD, pEffect:DWORD
Parameters
MediaPlayer- A pointer to the Media Player (IMFPMediaPlayer) object.pEffect- Pointer to the IUnknown interface of the effect object. Use the same pointer that you passed to the MFPMediaPlayer_InsertEffect function.
Returns
TRUE if successful or FALSE otherwise.
Notes
The change applies to the next media item that is set on the player. The effect is not removed from the current media item.
See Also
MFPMediaPlayer_InsertEffect, MFPMediaPlayer_RemoveAllEffects