Uses of Class
com.tencentcloudapi.cme.v20191029.models.MediaTrack
-
Packages that use MediaTrack Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of MediaTrack in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return MediaTrack Modifier and Type Method Description MediaTrack[]VideoEditProjectInput. getInitTracks()Get 输入的媒体轨道列表,包括视频、音频,等媒体组成的多个轨道信息。其中:输入的多个轨道在时间轴上和输出媒体文件的时间轴对齐;时间轴上相同时间点的各个轨道的素材进行重叠,视频或者图片按轨道顺序进行图像的叠加,轨道顺序高的素材叠加在上面,音频素材进行混音;视频、音频,每一种类型的轨道最多支持10个。 注:当从模板导入项目时(即 VideoEditTemplateId 不为空时),该参数无效。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type MediaTrack Modifier and Type Method Description voidVideoEditProjectInput. setInitTracks(MediaTrack[] InitTracks)Set 输入的媒体轨道列表,包括视频、音频,等媒体组成的多个轨道信息。其中:输入的多个轨道在时间轴上和输出媒体文件的时间轴对齐;时间轴上相同时间点的各个轨道的素材进行重叠,视频或者图片按轨道顺序进行图像的叠加,轨道顺序高的素材叠加在上面,音频素材进行混音;视频、音频,每一种类型的轨道最多支持10个。 注:当从模板导入项目时(即 VideoEditTemplateId 不为空时),该参数无效。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type MediaTrack Constructor Description MediaTrack(MediaTrack 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.
-