Class VideoEncodingPresetAudioSettingForUpdate
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.VideoEncodingPresetAudioSettingForUpdate
-
public class VideoEncodingPresetAudioSettingForUpdate extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
VideoEncodingPresetAudioSettingForUpdate
public VideoEncodingPresetAudioSettingForUpdate()
-
VideoEncodingPresetAudioSettingForUpdate
public 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.
-
-
Method Detail
-
getBitrate
public String getBitrate()
Get 音频码率,单位:bps。 不填则不修改。- Returns:
- Bitrate 音频码率,单位:bps。 不填则不修改。
-
setBitrate
public void setBitrate(String Bitrate)
Set 音频码率,单位:bps。 不填则不修改。- Parameters:
Bitrate
- 音频码率,单位:bps。 不填则不修改。
-
getChannels
public Long getChannels()
Get 音频声道数,可选值:- 1:单声道;
- 2:双声道。
不填则不修改。- Returns:
- Channels 音频声道数,可选值:
- 1:单声道;
- 2:双声道。
不填则不修改。
-
setChannels
public void setChannels(Long Channels)
Set 音频声道数,可选值:- 1:单声道;
- 2:双声道。
不填则不修改。- Parameters:
Channels
- 音频声道数,可选值:- 1:单声道;
- 2:双声道。
不填则不修改。
-
getSampleRate
public Long getSampleRate()
Get 音频流的采样率,目前仅支持: 16000; 32000; 44100; 48000。单位:Hz。 不填则不修改。- Returns:
- SampleRate 音频流的采样率,目前仅支持: 16000; 32000; 44100; 48000。单位:Hz。 不填则不修改。
-
setSampleRate
public void setSampleRate(Long SampleRate)
Set 音频流的采样率,目前仅支持: 16000; 32000; 44100; 48000。单位:Hz。 不填则不修改。- Parameters:
SampleRate
- 音频流的采样率,目前仅支持: 16000; 32000; 44100; 48000。单位:Hz。 不填则不修改。
-
-