Language
✨Introduced in VideoEditor SDK v11.3.3
Single tool use
When you want customers to perform only one action on the video, you can use single tool mode on VideoEditor SDK.
Single tool mode supported tools are Trim
, Composition
, Transform
, Filters
, Adjustments
,
Focus
, Overlays
, and Brush
.
To open the editor in single tool mode, two constraints need to be satisfied. You need to set singleToolUsage
to true
(set by default), and make sure you only set one tool to be available in menuItems
.
Configure menu items#
The tool menu items displayed in the main menu can be configured through the VideoEditViewController
options.
The property menuItems
takes an array of PhotoEditMenuItems
, so we will set the array to only include the tool item we want to use.
Make sure your license includes the tool you want to use.