Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 935 Bytes

trackitemcollection.rst

File metadata and controls

35 lines (21 loc) · 935 Bytes

javascript

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 <trackItem> on a track.

TrackItemCollection is a subclass of collection. 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.