Uses of Class
com.tencentcloudapi.cme.v20191029.models.VideoEncodingPreset
-
Packages that use VideoEncodingPreset Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of VideoEncodingPreset in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return VideoEncodingPreset Modifier and Type Method Description VideoEncodingPreset[]DescribeVideoEncodingPresetsResponse. getVideoEncodingPresetSet()Get 视频编码配置信息。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type VideoEncodingPreset Modifier and Type Method Description voidDescribeVideoEncodingPresetsResponse. setVideoEncodingPresetSet(VideoEncodingPreset[] VideoEncodingPresetSet)Set 视频编码配置信息。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type VideoEncodingPreset Constructor Description VideoEncodingPreset(VideoEncodingPreset 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.
-