跳转到内容

TrackItemCollection 对象

TrackItemCollection 对象

app.project.sequences[index].audioTracks[index].clips

app.project.sequences[index].videoTracks[index].clips

TrackItemCollection 对象表示轨道上 TrackItem 对象 的集合。

TrackItemCollection 是 Collection 对象 的子类。除了下面列出的方法和属性外,Collection 的所有方法和属性在处理 TrackItemCollection 时也可用。


属性

TrackItemCollection.numItems

app.project.sequences[index].audioTracks[index].clips.numItems

app.project.sequences[index].videoTracks[index].clips.numItems

描述

轨道上的剪辑总数。

类型

整数,只读。