removeVideoEffect
Removes the video effect for the specified node ID.
abstract removeVideoEffect(nodeId: number): number;
- Since
- Available since v4.6.2.
Parameters
- nodeId
- The unique identifier of the video effect node to be removed. See VideoEffectNodeId.
Return Values
- 0: The method call succeeds.
- < 0: The method call fails.