SequenceEditor
Since: 25.6
Static Methods
getEditor
Get Sequence Editor reference for editing the sequence timeline
Since: 25.6
Returns: SequenceEditor
Parameters
getInstalledMogrtPath
Get local directory path to adobe mogrt files
Since: 25.6
Returns: Promise<string>
Instance Methods
createCloneTrackItemAction
Duplicate trackItem using an insert or overwrite edit method to a destination track. Target track and start time of trackItem is determined using an offset value from the original trackItem position.
Since: 25.6
Returns: Action
Parameters
createInsertProjectItemAction
Create insert ProjectItem into Sequence Action. Note: If you pass a track index greater than the number of existing tracks, a new track will be created.
Since: 25.6
Returns: Action
Parameters
createOverwriteItemAction
Create overwrite Sequence with ProjectItem Action
Since: 25.6
Returns: Action
Parameters
createRemoveItemsAction
Create remove action for sequence
Since: 25.6
Returns: Action
Parameters
insertMogrtFromLibrary
Insert input MGT into sequence with time and index defined
Since: 25.6
Returns: Array<VideoClipTrackItem | AudioClipTrackItem>
Parameters
insertMogrtFromPath
Insert input MGT into sequence with time and index defined
Since: 25.6
Returns: Array<VideoClipTrackItem | AudioClipTrackItem>