Uses of Class
com.tencentcloudapi.mps.v20190612.models.ComposeEmptyItem
-
Packages that use ComposeEmptyItem Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of ComposeEmptyItem in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return ComposeEmptyItem Modifier and Type Method Description ComposeEmptyItemComposeMediaItem. getEmpty()Get 空白元素,当 Type = Empty 时有效。用于时间轴的占位。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type ComposeEmptyItem Modifier and Type Method Description voidComposeMediaItem. setEmpty(ComposeEmptyItem Empty)Set 空白元素,当 Type = Empty 时有效。用于时间轴的占位。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type ComposeEmptyItem Constructor Description ComposeEmptyItem(ComposeEmptyItem 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.
-