public class AudioTemplateInfo extends AbstractModel
Constructor and Description |
---|
AudioTemplateInfo() |
AudioTemplateInfo(AudioTemplateInfo 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 |
---|---|
Long |
getAudioChannel()
Get Audio channel system.
|
Long |
getBitrate()
Get Audio stream bitrate in Kbps.
|
String |
getCodec()
Get The audio codec.
|
Long |
getSampleRate()
Get The audio sample rate.
|
void |
setAudioChannel(Long AudioChannel)
Set Audio channel system.
|
void |
setBitrate(Long Bitrate)
Set Audio stream bitrate in Kbps.
|
void |
setCodec(String Codec)
Set The audio codec.
|
void |
setSampleRate(Long SampleRate)
Set The audio sample rate.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AudioTemplateInfo()
public AudioTemplateInfo(AudioTemplateInfo source)
public String getCodec()
public void setCodec(String Codec)
Codec
- The audio codec.
If `Container` is `mp3`, the valid value is:
public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate
- Audio stream bitrate in Kbps. Value range: 0 and [26, 256].
If the value is 0, the bitrate of the audio stream will be the same as that of the original audio.public Long getSampleRate()
public void setSampleRate(Long SampleRate)
SampleRate
- The audio sample rate. Valid values:
public Long getAudioChannel()
public void setAudioChannel(Long AudioChannel)
AudioChannel
- Audio channel system. Valid values:
Copyright © 2023. All rights reserved.