VideoClipTrackItem
Instance Methods
createAddVideoTransitionAction
25.0Action
Create add transition action for sequence
Parameters
| Name | Type | Description |
|---|---|---|
videoTransition | - | |
addTransitionOptionsProperties | - |
createMoveAction
25.0Action
Returns an action that moves the inPoint of the track item to a new time, by shifting it by a number of seconds.
Parameters
| Name | Type | Description |
|---|---|---|
tickTime | - |
createRemoveVideoTransitionAction
25.0Action
Returns true if trackItem has transition
Parameters
| Name | Type | Description |
|---|---|---|
transitionPosition | Start or end position of transition |
createSetDisabledAction
25.0Action
Returns an action that enables/disables the trackItem
Parameters
| Name | Type | Description |
|---|---|---|
disabled | boolean | - |
createSetEndAction
25.0Action
Create set end time action for sequence
Parameters
| Name | Type | Description |
|---|---|---|
tickTime | - |
createSetInPointAction
25.0Action
Create SetInPointAction for setting the track item in point relative to the start time of the project item referenced by this track item
Parameters
| Name | Type | Description |
|---|---|---|
tickTime | - |
createSetNameAction
25.0Action
Returns an action that renames the trackItem
Parameters
| Name | Type | Description |
|---|---|---|
inName | string | - |
createSetOutPointAction
25.0Action
Create SetOutPointAction for setting the track item out point relative to the start time of the project item referenced by this track item
Parameters
| Name | Type | Description |
|---|---|---|
tickTime | - |
createSetStartAction
25.0Action
Create set start time action for sequence
Parameters
| Name | Type | Description |
|---|---|---|
tickTime | - |
getComponentChain
25.0VideoComponentChain
Returns VideoComponentChain
getDuration
25.0TickTime
Returns timecode representing the duration of this track item relative to the sequence start.
getEndTime
25.0TickTime
Returns a TickTime object representing the ending sequence time of this track item relative to the sequence start time.
getInPoint
25.0TickTime
Returns a TickTime object representing the track item in point relative to the start time of the project item referenced by this track item.
getIsSelected
25.0boolean
Returns if trackItem is selected or not
getMatchName
25.0string
Returns the value of internal matchname for this trackItem
getMediaType
25.0Guid
Returns UUID representing the underlying media type of this track item
getName
25.0string
Returns the display name for trackItem
getOutPoint
25.0TickTime
Returns a TickTime object representing the track item out point relative to the start time of the project item referenced by this track item.
getProjectItem
25.0ProjectItem
Returns the project item for this track item.
getSpeed
25.0number
Returns the value of speed of the trackItem
getStartTime
25.0TickTime
Returns a TickTime object representing the starting sequence time of this track item relative to the sequence start time.
getTrackIndex
25.0number
Index representing the track index of the track this track item belongs to
getType
25.0number
Index representing the type of this track item.
isAdjustmentLayer
25.0boolean
Returns true if the trackitem is an adjustment layer
isDisabled
25.0boolean
Returns true if trackitem is muted/disabled
isSpeedReversed
25.0number
Returns true if the trackitem is reversed

