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
Info
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¶
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¶
The number of items in a ComponentCollection.
Type¶
Integer, read-only.