PerformVideoEffectAction
Performs an action on the specified video effect node.
public abstract int PerformVideoEffectAction(uint nodeId, VIDEO_EFFECT_ACTION actionId);
- Since
- Available since v4.6.2.
Parameters
- nodeId
- Unique identifier of the video effect node.
- actionId
- Action to perform. See VIDEO_EFFECT_ACTION.
Return Values
- 0: Success.
- < 0: Failure.