SequenceEditor

Used to add projectItems as trackItems to sequences, clone trackItems, or remove trackItems from sequences.

Static Methods

getEditor

25.0

SequenceEditor

Get Sequence Editor reference for editing the sequence timeline

Parameters

NameTypeDescription
sequenceObject
any
-

Instance Methods

createCloneTrackItemAction

25.0

Action

Create insert or overwrite to timeline with clone of input trackItem action. Input should be offset value in comparison to original input trackItem's time and track indexes

Parameters

NameTypeDescription
trackItem
any
-
timeOffset
any
-
videoTrackVerticalOffset
-
audioTrackVerticalOffset
-
alignToVideo
boolean
-
isInsert
boolean
-

createInsertProjectItemAction

25.0

Action

Create insert ProjectItem into Sequence Action

Parameters

NameTypeDescription
projectItem
-
time
-
videoTrackIndex
-
audioTrackIndex
-
limitShift
-

createOverwriteItemAction

25.0

Action

Create overwrite Sequence with ProjectItem Action

Parameters

NameTypeDescription
projectItem
-
time
-
videoTrackIndex
-
audioTrackIndex
-

createRemoveItemsAction

25.0

action

Create remove action for sequence

Parameters

NameTypeDescription
trackItemSelection
object
-
ripple
boolean
-
mediaType
object
-
shiftOverLapping
boolean
-

Was this helpful?