Uses of Class
com.tencentcloudapi.ticm.v20181127.models.VodMetaData
-
Packages that use VodMetaData Package Description com.tencentcloudapi.ticm.v20181127.models -
-
Uses of VodMetaData in com.tencentcloudapi.ticm.v20181127.models
Methods in com.tencentcloudapi.ticm.v20181127.models that return VodMetaData Modifier and Type Method Description VodMetaDataDescribeVideoTaskResponse. getMetaData()Get 原始视频的元信息。Methods in com.tencentcloudapi.ticm.v20181127.models with parameters of type VodMetaData Modifier and Type Method Description voidDescribeVideoTaskResponse. setMetaData(VodMetaData MetaData)Set 原始视频的元信息。Constructors in com.tencentcloudapi.ticm.v20181127.models with parameters of type VodMetaData Constructor Description VodMetaData(VodMetaData 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.
-