RemoveVideoEffect

Removes the video effect for the specified node ID.

public abstract int RemoveVideoEffect(uint nodeId);
Since
Available since v4.6.2.

Parameters

nodeId
Unique identifier of the video effect node to remove. See VIDEO_EFFECT_NODE_ID.

Return Values

  • 0: Success.
  • < 0: Failure.