Uses of Class
com.tencentcloudapi.cme.v20191029.models.VideoEncodingPresetAudioSettingForUpdate
-
Packages that use VideoEncodingPresetAudioSettingForUpdate Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of VideoEncodingPresetAudioSettingForUpdate in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return VideoEncodingPresetAudioSettingForUpdate Modifier and Type Method Description VideoEncodingPresetAudioSettingForUpdateModifyVideoEncodingPresetRequest. getAudioSetting()Get 更改后的编码配置的音频设置。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type VideoEncodingPresetAudioSettingForUpdate Modifier and Type Method Description voidModifyVideoEncodingPresetRequest. setAudioSetting(VideoEncodingPresetAudioSettingForUpdate AudioSetting)Set 更改后的编码配置的音频设置。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type VideoEncodingPresetAudioSettingForUpdate Constructor Description VideoEncodingPresetAudioSettingForUpdate(VideoEncodingPresetAudioSettingForUpdate 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.
-