Sequence
Properties
Name | Type | Access | Min Version | Description |
---|---|---|---|---|
guid | Guid | R | 25.0 | The unique identifier of the sequence. |
name | string | R | 25.0 | The sequence name. |
Instance Methods
clearSelection
25.0boolean
Clears TrackItem Selection
createCloneAction
25.0Action
Creates an action to clone the given sequence
createSetZeroPointAction
25.0Action
Create an action to set an InPoint for the sequence
Parameters
Name | Type | Description |
---|---|---|
tickTime | - |
createSubsequence
25.0Sequence
Returns a new sequence, which is a sub-sequence of the existing sequence
Parameters
Name | Type | Description |
---|---|---|
ignoreTrackTargeting | boolean | - |
getAudioTrack
25.0AudioTrack
Get audio track from track index
Parameters
Name | Type | Description |
---|---|---|
trackIndex | number | - |
getAudioTrackCount
25.0number
Get audio track count from this sequence
getCaptionTrack
25.0CaptionTrack
Get caption track from track index
Parameters
Name | Type | Description |
---|---|---|
trackIndex | number | - |
getCaptionTrackCount
25.0number
Get caption track count from this sequence
getEndTime
25.0TickTime
Time representing the end of the sequence
getFrameSize
25.0RectF
Gets the size of the frame
getInPoint
25.0TickTime
Get time representing the inPoint of sequence.
getOutPoint
25.0TickTime
Get time representing the inPoint of sequence.
getPlayerPosition
25.0TickTime
Get the player's current position
getProjectItem
25.0ProjectItem
Get the associated projectItem of the sequence.
getSelection
25.0TrackItemSelection
Returns the current selection group of the sequence.
getSequenceAudioTimeDisplayFormat
25.0TimeDisplay
Get audio time display format of this sequence
getSequenceVideoTimeDisplayFormat
25.0TimeDisplay
Get video time display format of this sequence
getSettings
25.0SequenceSettings
Get sequence settings object
getTimebase
25.0string
Gets the time base of sequence
getVideoTrack
25.0VideoTrack
Get video track from track index
Parameters
Name | Type | Description |
---|---|---|
trackIndex | number | - |
getVideoTrackCount
25.0number
Get video track count from this sequence
getZeroPoint
25.0TickTime
Time representing the zero point of the sequence.
isDoneAnalyzingForVideoEffects
25.0boolean
Returns whether or not the sequence is done analyzing for video effects
setPlayerPosition
25.0boolean
Set the player's current position
Parameters
Name | Type | Description |
---|---|---|
positionTime | - |
setSelection
25.0boolean
Updates sequence selection using the given track item selection.
Parameters
Name | Type | Description |
---|---|---|
trackItemSelection | - |
setSettings
25.0boolean
Set sequence settings
Parameters
Name | Type | Description |
---|---|---|
sequenceSettings | - |