AudioClipTrackItem
Since: 25.6
Instance Methods
createMoveAction
Returns an action that moves the inPoint of the track item to a new time, by shifting it by a number of seconds.
Since: 25.6
Returns: Action
Parameters
createSetDisabledAction
Returns an action that enables/disables the trackItem
Since: 25.6
Returns: Action
Parameters
createSetEndAction
Create set end time action for sequence
Since: 25.6
Returns: Action
Parameters
createSetInPointAction
Create SetInPointAction for setting the track item in point relative to the start time of the project item referenced by this track item
Since: 25.6
Returns: Action
Parameters
createSetNameAction
Returns an action that renames the trackItem
Since: 25.6
Returns: Action
Parameters
createSetOutPointAction
Create SetOutPointAction for setting the track item out point relative to the start time of the project item referenced by this track item
Since: 25.6
Returns: Action
Parameters
createSetStartAction
Create set start time action for sequence
Since: 25.6
Returns: Action
Parameters
getComponentChain
Returns AudioComponentChain
Since: 25.6
Returns: Promise<AudioComponentChain>
getDuration
Returns timecode representing the duration of this track item relative to the sequence start.
Since: 25.6
Returns: Promise<TickTime>
getEndTime
Returns a TickTime object representing the ending sequence time of this track item relative to the sequence start time.
Since: 25.6
Returns: Promise<TickTime>
getInPoint
Returns a TickTime object representing the track item in point relative to the start time of the project item referenced by this track item.
Since: 25.6
Returns: Promise<TickTime>
getIsSelected
Returns if trackItem is selected or not
Since: 25.6
Returns: Promise<boolean>
getMatchName
Returns the value of internal matchname for this trackItem
Since: 25.6
Returns: Promise<string>
getMediaType
Returns UUID representing the underlying media type of this track item
Since: 25.6
Returns: Promise<Guid>
getName
Returns the display name for trackItem
Since: 25.6
Returns: Promise<string>
getOutPoint
Returns a TickTime object representing the track item out point relative to the start time of the project item referenced by this track item.
Since: 25.6
Returns: Promise<TickTime>
getProjectItem
Returns the project item for this track item.
Since: 25.6
Returns: Promise<ProjectItem>
getSpeed
Returns the value of speed of the trackItem
Since: 25.6
Returns: Promise<number>
getStartTime
Returns a TickTime object representing the starting sequence time of this track item relative to the sequence start time.
Since: 25.6
Returns: Promise<TickTime>
getTrackIndex
Index representing the track index of the track this track item belongs to
Since: 25.6
Returns: Promise<number>
getType
Index representing the type of this track item.
Since: 25.6
Returns: Promise<number>
isAdjustmentLayer
Returns true if the trackitem is an adjustment layer
Since: 25.6
Returns: Promise<boolean>
isDisabled
Returns true if trackitem is muted/disabled
Since: 25.6
Returns: Promise<boolean>
isSpeedReversed
Returns true if the trackitem is reversed
Since: 25.6
Returns: Promise<number>