Uses of Class
com.tencentcloudapi.cme.v20191029.models.VideoEncodingPresetVideoSettingForUpdate
-
Packages that use VideoEncodingPresetVideoSettingForUpdate Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of VideoEncodingPresetVideoSettingForUpdate in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return VideoEncodingPresetVideoSettingForUpdate Modifier and Type Method Description VideoEncodingPresetVideoSettingForUpdate
ModifyVideoEncodingPresetRequest. getVideoSetting()
Get 更改后的编码配置的视频设置。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type VideoEncodingPresetVideoSettingForUpdate Modifier and Type Method Description void
ModifyVideoEncodingPresetRequest. setVideoSetting(VideoEncodingPresetVideoSettingForUpdate VideoSetting)
Set 更改后的编码配置的视频设置。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type VideoEncodingPresetVideoSettingForUpdate Constructor Description VideoEncodingPresetVideoSettingForUpdate(VideoEncodingPresetVideoSettingForUpdate 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.
-