| Package | Description |
|---|---|
| com.tencentcloudapi.vod.v20180717.models |
| Modifier and Type | Method and Description |
|---|---|
MediaTrack[] |
ComposeMediaTaskInput.getTracks()
Get List of input media tracks, i.e., information of multiple tracks composed of video, audio, image, and other materials.
|
MediaTrack[] |
ComposeMediaRequest.getTracks()
Get List of input media tracks, including video, audio, and image tracks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComposeMediaTaskInput.setTracks(MediaTrack[] Tracks)
Set List of input media tracks, i.e., information of multiple tracks composed of video, audio, image, and other materials.
|
void |
ComposeMediaRequest.setTracks(MediaTrack[] Tracks)
Set List of input media tracks, including video, audio, and image tracks.
|
| Constructor and 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.
|
Copyright © 2022. All rights reserved.