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

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

boolean

Clears TrackItem Selection

createCloneAction

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

Action

Creates an action to clone the given sequence

createSetInPointAction

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

Action

Create SetInPointAction for sequence

Parameters

Name
Type
Description
tickTime
TickTime
-

createSetOutPointAction

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

Action

Create SetOutPointAction for sequence

Parameters

Name
Type
Description
tickTime
TickTime
-

createSetSettingsAction

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

Action

Returns action that set sequence settings

Parameters

Name
Type
Description
sequenceSettings
SequenceSettings
-

createSetZeroPointAction

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

Action

Create an action to set an InPoint for the sequence

Parameters

Name
Type
Description
tickTime
TickTime
-

createSubsequence

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

Sequence

Returns a new sequence, which is a sub-sequence of the existing sequence

Parameters

Name
Type
Description
ignoreTrackTargeting
boolean
-

getAudioTrack

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

AudioTrack

Get audio track from track index

Parameters

Name
Type
Description
trackIndex
number
-

getAudioTrackCount

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

number

Get audio track count from this sequence

getCaptionTrack

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

CaptionTrack

Get caption track from track index

Parameters

Name
Type
Description
trackIndex
number
-

getCaptionTrackCount

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

number

Get caption track count from this sequence

getEndTime

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

TickTime

Time representing the end of the sequence

getFrameSize

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

RectF

Gets the size of the frame

getInPoint

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

TickTime

Get time representing the inPoint of sequence.

getOutPoint

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

TickTime

Get time representing the outPoint of sequence.

getPlayerPosition

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

TickTime

Get the player's current position

getProjectItem

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

ProjectItem

Get the associated projectItem of the sequence.

getSelection

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

TrackItemSelection

Returns the current selection group of the sequence.

getSequenceAudioTimeDisplayFormat

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

TimeDisplay

Get audio time display format of this sequence

getSequenceVideoTimeDisplayFormat

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

TimeDisplay

Get video time display format of this sequence

getSettings

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

SequenceSettings

Get sequence settings object

getTimebase

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

string

Gets the time base of sequence

getVideoTrack

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

VideoTrack

Get video track from track index

Parameters

Name
Type
Description
trackIndex
number
-

getVideoTrackCount

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

number

Get video track count from this sequence

getZeroPoint

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

TickTime

Time representing the zero point of the sequence.

isDoneAnalyzingForVideoEffects

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

boolean

Returns whether or not the sequence is done analyzing for video effects

setPlayerPosition

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

boolean

Set the player's current position

Parameters

Name
Type
Description
positionTime
TickTime
-

setSelection

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

boolean

Updates sequence selection using the given track item selection.

Parameters

Name
Type
Description
trackItemSelection
TrackItemSelection
-