removeVideoEffect

Removes the video effect with the specified node ID.

virtual int removeVideoEffect(uint32_t nodeId) = 0;
Since:
Available since v4.6.0.

Restrictions

None.

Parameters

nodeId
The unique identifier of the video effect node to remove. See VIDEO_EFFECT_NODE_ID.

Returns

  • 0: Success.
  • < 0: Failure.