TrackItemSelection

Static Methods

createEmptySelection

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

boolean

Create empty selection

Parameters

Name
Type
Description
undefined
(selection: TrackItemSelection) => void
-

Instance Methods

addItem

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

boolean

Add a track item to this selection

Parameters

Name
Type
Description
trackItem
VideoClipTrackItem or AudioClipTrackItem
trackItem to be added to selection
skipDuplicateCheck
boolean
-

getTrackItems

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

(VideoClipTrackItem | AudioClipTrackItem)[]

return list of trackItems inside of trackItemSelection

removeItem

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

boolean

Remove a track item from this selection

Parameters

Name
Type
Description
trackItem
VideoClipTrackItem or AudioClipTrackItem
trackItem to be removed from selection