跳转到内容

组件对象

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

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

Component 对象表示已添加或应用于 trackItem 的内容。


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

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

组件的名称,显示给用户的名称。已本地化。

字符串;只读。


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

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

组件的名称,从磁盘加载时使用的名称;用于唯一标识效果插件。

字符串;只读。


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

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

相关组件的属性;通常是效果参数。

组件数组,只读;(ComponentParamCollection 对象)。