SequenceEditor
Used to add projectItems as trackItems to sequences, clone trackItems, or remove trackItems from sequences.
Static Methods
getEditor
25.0SequenceEditor
Get Sequence Editor reference for editing the sequence timeline
Parameters
Name | Type | Description |
---|---|---|
sequenceObject | any | - |
Instance Methods
createCloneTrackItemAction
25.0Action
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.
Parameters
Name | Type | Description |
---|---|---|
trackItem | any | - |
timeOffset | any | - |
videoTrackVerticalOffset | - | |
audioTrackVerticalOffset | - | |
alignToVideo | boolean | - |
isInsert | boolean | - |
createInsertProjectItemAction
25.0Action
Create insert ProjectItem into Sequence Action
Parameters
Name | Type | Description |
---|---|---|
projectItem | - | |
time | - | |
videoTrackIndex | - | |
audioTrackIndex | - | |
limitShift | - |
createOverwriteItemAction
25.0Action
Create overwrite Sequence with ProjectItem Action
Parameters
Name | Type | Description |
---|---|---|
projectItem | - | |
time | - | |
videoTrackIndex | - | |
audioTrackIndex | - |
createRemoveItemsAction
25.0action
Create remove action for sequence
Parameters
Name | Type | Description |
---|---|---|
trackItemSelection | object | - |
ripple | boolean | - |
mediaType | object | - |
shiftOverLapping | boolean | - |