Uses of Class
com.tencentcloudapi.mps.v20190612.models.ComposeVideoItem
-
Packages that use ComposeVideoItem Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of ComposeVideoItem in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return ComposeVideoItem Modifier and Type Method Description ComposeVideoItemComposeMediaItem. getVideo()Get 视频元素,当 Type = Video 时有效。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type ComposeVideoItem Modifier and Type Method Description voidComposeMediaItem. setVideo(ComposeVideoItem Video)Set 视频元素,当 Type = Video 时有效。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type ComposeVideoItem Constructor Description ComposeVideoItem(ComposeVideoItem 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.
-