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
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
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 | - |