public class VideoEncodingPresetAudioSettingForUpdate extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VideoEncodingPresetAudioSettingForUpdate() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBitrate()Get 音频码率,单位:bps。
不填则不修改。 | 
| Long | getChannels()Get 音频声道数,可选值: 
1:单声道;
2:双声道。 
不填则不修改。 | 
| Long | getSampleRate()Get 音频流的采样率,目前仅支持: 16000; 32000; 44100; 48000。单位:Hz。
不填则不修改。 | 
| void | setBitrate(String Bitrate)Set 音频码率,单位:bps。
不填则不修改。 | 
| void | setChannels(Long Channels)Set 音频声道数,可选值: 
1:单声道;
2:双声道。 
不填则不修改。 | 
| void | setSampleRate(Long SampleRate)Set 音频流的采样率,目前仅支持: 16000; 32000; 44100; 48000。单位:Hz。
不填则不修改。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic VideoEncodingPresetAudioSettingForUpdate()
public VideoEncodingPresetAudioSettingForUpdate(VideoEncodingPresetAudioSettingForUpdate source)
public String getBitrate()
public void setBitrate(String Bitrate)
Bitrate - 音频码率,单位:bps。
不填则不修改。public Long getChannels()
public void setChannels(Long Channels)
Channels - 音频声道数,可选值: 
public Long getSampleRate()
public void setSampleRate(Long SampleRate)
SampleRate - 音频流的采样率,目前仅支持: 16000; 32000; 44100; 48000。单位:Hz。
不填则不修改。Copyright © 2025. All rights reserved.