TrackCollection object¶
app.project.sequences[index].audioTracks
app.project.sequences[index].videoTracks
The TrackCollection object represents a collection of Track objects in a sequence.
TrackCollection is a subclass of Collection object. All methods and attributes of Collection, in addition to those listed below, are available when working with TrackCollection.
Attributes¶
TrackCollection.numTracks¶
app.project.sequences[index].audioTracks.numTracks
app.project.sequences[index].videoTracks.numTracks
Description
The total number of tracks in the sequence.
Type
Integer, read-only.