Package | Description |
---|---|
com.tencentcloudapi.mps.v20190612.models |
Modifier and Type | Method and Description |
---|---|
ComposeMediaTrack[] |
ComposeMediaConfig.getTracks()
Get 用于描述合成视频的轨道列表,包括:视频、音频、图片、文字等元素组成的多个轨道信息。关于轨道和时间:
轨道时间轴即为目标视频时间轴。时间轴上相同时间点的不同轨道上的元素会重叠:视频、图片、文字:按轨道顺序进行图像的叠加,轨道顺序靠前的在上面。音频 :进行混音。注意:同一轨道中各个元素(除字幕元素外)的轨道时间不能重叠。
|
Modifier and Type | Method and Description |
---|---|
void |
ComposeMediaConfig.setTracks(ComposeMediaTrack[] Tracks)
Set 用于描述合成视频的轨道列表,包括:视频、音频、图片、文字等元素组成的多个轨道信息。关于轨道和时间:
轨道时间轴即为目标视频时间轴。时间轴上相同时间点的不同轨道上的元素会重叠:视频、图片、文字:按轨道顺序进行图像的叠加,轨道顺序靠前的在上面。音频 :进行混音。注意:同一轨道中各个元素(除字幕元素外)的轨道时间不能重叠。
|
Constructor and Description |
---|
ComposeMediaTrack(ComposeMediaTrack 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.
|
Copyright © 2024. All rights reserved.