ComponentCollection object
ComponentCollection object
Section titled “ComponentCollection object”app.project.rootItem.children[index].videoComponents()
app.project.sequences[index].audioTracks[index].clips[index].components
app.project.sequences[index].videoTracks[index].clips[index].components
ComponentCollection is a subclass of Collection object. All methods and attributes of Collection, in addition to those listed below, are available when working with ComponentCollection.
Attributes
Section titled “Attributes”ComponentCollection.numItems
Section titled “ComponentCollection.numItems”app.project.rootItem.children[index].videoComponents().numItems
app.project.sequences[index].audioTracks[index].clips[index].components.numItems
app.project.sequences[index].videoTracks[index].clips[index].components.numItems
Description
Section titled “Description”The number of items in a ComponentCollection.
Integer, read-only.