removeVideoEffect

Removes the video effect with the specified node ID.

abstract removeVideoEffect(nodeId: number): number;
Since
Added since v4.6.2.

Parameters

nodeId
The unique identifier of the video effect node to be removed. See VideoEffectNodeId.

Return Values

  • 0: Success.
  • < 0: Failure.