Uses of Class
com.tencentcloudapi.ie.v20200304.models.VideoInfo
-
Packages that use VideoInfo Package Description com.tencentcloudapi.ie.v20200304.models -
-
Uses of VideoInfo in com.tencentcloudapi.ie.v20200304.models
Methods in com.tencentcloudapi.ie.v20200304.models that return VideoInfo Modifier and Type Method Description VideoInfoSubTaskTranscodeInfo. getVideoInfo()Get 视频转码信息,不填保持和源文件一致。Methods in com.tencentcloudapi.ie.v20200304.models with parameters of type VideoInfo Modifier and Type Method Description voidSubTaskTranscodeInfo. setVideoInfo(VideoInfo VideoInfo)Set 视频转码信息,不填保持和源文件一致。Constructors in com.tencentcloudapi.ie.v20200304.models with parameters of type VideoInfo Constructor Description VideoInfo(VideoInfo 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.
-