performVideoEffectAction

Performs an action on the specified video effect node.

abstract performVideoEffectAction(
    nodeId: number,
    actionId: VideoEffectAction
  ): number;
Since
Available since v4.6.2.

Parameters

nodeId
The unique identifier of the video effect node.
actionId
The action to perform. See VideoEffectAction.

Return Values

  • 0: The method call succeeds.
  • < 0: The method call fails.