Uses of Class
com.tencentcloudapi.ie.v20200304.models.DownInfo
-
Packages that use DownInfo Package Description com.tencentcloudapi.ie.v20200304.models -
-
Uses of DownInfo in com.tencentcloudapi.ie.v20200304.models
Methods in com.tencentcloudapi.ie.v20200304.models that return DownInfo Modifier and Type Method Description DownInfoCreateEditingTaskRequest. getDownInfo()Get 视频源信息。DownInfoCreateMediaQualityRestorationTaskRequest. getDownInfo()Get 源文件地址。DownInfoCreateQualityControlTaskRequest. getDownInfo()Get 视频源信息DownInfoMediaSourceInfo. getDownInfo()Get 媒体源资源下载信息。Methods in com.tencentcloudapi.ie.v20200304.models with parameters of type DownInfo Modifier and Type Method Description voidCreateEditingTaskRequest. setDownInfo(DownInfo DownInfo)Set 视频源信息。voidCreateMediaQualityRestorationTaskRequest. setDownInfo(DownInfo DownInfo)Set 源文件地址。voidCreateQualityControlTaskRequest. setDownInfo(DownInfo DownInfo)Set 视频源信息voidMediaSourceInfo. setDownInfo(DownInfo DownInfo)Set 媒体源资源下载信息。Constructors in com.tencentcloudapi.ie.v20200304.models with parameters of type DownInfo Constructor Description DownInfo(DownInfo 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.
-