Uses of Class
com.tencentcloudapi.cme.v20191029.models.AudioTrackItem
-
Packages that use AudioTrackItem Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of AudioTrackItem in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return AudioTrackItem Modifier and Type Method Description AudioTrackItemMediaTrackItem. getAudioItem()Get 音频片段,当 Type = Audio 时有效。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type AudioTrackItem Modifier and Type Method Description voidMediaTrackItem. setAudioItem(AudioTrackItem AudioItem)Set 音频片段,当 Type = Audio 时有效。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type AudioTrackItem Constructor Description AudioTrackItem(AudioTrackItem source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-