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 Audio stream codec. 
 | 
Long | 
getSampleRate()
Get Audio stream 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 Audio stream codec. 
 | 
void | 
setSampleRate(Long SampleRate)
Set Audio stream 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, toJsonStringpublic AudioTemplateInfo()
public AudioTemplateInfo(AudioTemplateInfo source)
public String getCodec()
public void setCodec(String Codec)
Codec - Audio stream codec.
When the outer `Container` parameter 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 - Audio stream sample rate. Valid values:
public Long getAudioChannel()
public void setAudioChannel(Long AudioChannel)
AudioChannel - Audio channel system. Valid values:
Copyright © 2021. All rights reserved.