SequenceEditor
Static Methods
getEditor
25.0SequenceEditor
Get Sequence Editor reference for editing the sequence timeline
Parameters
| Name | Type | Description |
|---|---|---|
sequenceObject | - |
getInstalledMogrtPath
25.0String
Get local directory path to adobe mogrt files
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 | - | |
timeOffset | - | |
videoTrackVerticalOffset | number | - |
audioTrackVerticalOffset | number | - |
alignToVideo | boolean | - |
isInsert | boolean | - |
createInsertProjectItemAction
25.0Action
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.
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 | - | |
ripple | boolean | - |
mediaType | - | |
shiftOverLapping | boolean | - |
insertMogrtFromLibrary
25.0(VideoClipTrackItem | AudioClipTrackItem)[]
Insert input MGT into sequence with time and index defined
Parameters
| Name | Type | Description |
|---|---|---|
inLibraryName | string | - |
inElementName | string | - |
inTime | - | |
inVideoTrackIndex | - | |
inAudioTrackIndex | - |
insertMogrtFromPath
25.0(VideoClipTrackItem | AudioClipTrackItem)[]
Insert input MGT into sequence with time and index defined
Parameters
| Name | Type | Description |
|---|---|---|
inMGTPath | string | - |
inTime | - | |
inVideoTrackIndex | - | |
inAudioTrackIndex | - |
