Uses of Class
com.tencentcloudapi.mps.v20190612.models.AudioTemplateInfoForUpdate
-
Packages that use AudioTemplateInfoForUpdate Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of AudioTemplateInfoForUpdate in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return AudioTemplateInfoForUpdate Modifier and Type Method Description AudioTemplateInfoForUpdateModifyTranscodeTemplateRequest. getAudioTemplate()Get 音频流配置参数。AudioTemplateInfoForUpdateOverrideTranscodeParameter. getAudioTemplate()Get 音频流配置参数。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type AudioTemplateInfoForUpdate Modifier and Type Method Description voidModifyTranscodeTemplateRequest. setAudioTemplate(AudioTemplateInfoForUpdate AudioTemplate)Set 音频流配置参数。voidOverrideTranscodeParameter. setAudioTemplate(AudioTemplateInfoForUpdate AudioTemplate)Set 音频流配置参数。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type AudioTemplateInfoForUpdate Constructor Description AudioTemplateInfoForUpdate(AudioTemplateInfoForUpdate 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.
-