TrackItemCollection object
TrackItemCollection object
Section titled “TrackItemCollection object”app.project.sequences[index].audioTracks[index].clips
app.project.sequences[index].videoTracks[index].clips
The TrackItemCollection object represents a collection of TrackItem objects on a track.
TrackItemCollection is a subclass of Collection object. All methods and attributes of Collection, in addition to those listed below, are available when working with TrackItemCollection.
Attributes
Section titled “Attributes”TrackItemCollection.numItems
Section titled “TrackItemCollection.numItems”app.project.sequences[index].audioTracks[index].clips.numItems
app.project.sequences[index].videoTracks[index].clips.numItems
Description
Section titled “Description”The total number of clips on a track.
Integer, read-only.