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.
Info
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¶
TrackItemCollection.numItems¶
app.project.sequences[index].audioTracks[index].clips.numItems
app.project.sequences[index].videoTracks[index].clips.numItems
Description¶
The total number of clips on a track.
Type¶
Integer, read-only.