performVideoEffectAction
Performs an action on the specified video effect node.
int performVideoEffectAction(int nodeId, VIDEO_EFFECT_ACTION actionId);
- Since:
 - Available since v4.6.0.
 
Restrictions
None.
Parameters
- nodeId
 - The unique identifier of the video effect node.
 - actionId
 - The action to perform on the video effect node. See VIDEO_EFFECT_ACTION.
 
Returns
- 0: Success.
 - < 0: Failure.