Uses of Class
com.tencentcloudapi.mps.v20190612.models.CosInputInfo
-
Packages that use CosInputInfo Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of CosInputInfo in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return CosInputInfo Modifier and Type Method Description CosInputInfoMediaInputInfo. getCosInputInfo()Get 当 Type 为 COS 时有效,则该项为必填,表示媒体处理 COS 对象信息。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type CosInputInfo Modifier and Type Method Description voidMediaInputInfo. setCosInputInfo(CosInputInfo CosInputInfo)Set 当 Type 为 COS 时有效,则该项为必填,表示媒体处理 COS 对象信息。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type CosInputInfo Constructor Description CosInputInfo(CosInputInfo 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.
-