public class OutputAudioStream extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
OutputAudioStream()  | 
OutputAudioStream(OutputAudioStream 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 Number of sound channels. 
 | 
Long | 
getBitrate()
Get The bit rate of the audio stream, value range: 0 and [26, 256], unit: kbps. 
 | 
String | 
getCodec()
Get Audio stream encoder. 
 | 
Long | 
getSampleRate()
Get Audio stream sample rate. 
 | 
void | 
setAudioChannel(Long AudioChannel)
Set Number of sound channels. 
 | 
void | 
setBitrate(Long Bitrate)
Set The bit rate of the audio stream, value range: 0 and [26, 256], unit: kbps. 
 | 
void | 
setCodec(String Codec)
Set Audio stream encoder. 
 | 
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic OutputAudioStream()
public OutputAudioStream(OutputAudioStream source)
public String getCodec()
public void setCodec(String Codec)
Codec - Audio stream encoder. Valid values:
public Long getSampleRate()
public void setSampleRate(Long SampleRate)
SampleRate - Audio stream sample rate. Valid values:
public Long getAudioChannel()
public void setAudioChannel(Long AudioChannel)
AudioChannel - Number of sound channels. Valid values:
public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate - The bit rate of the audio stream, value range: 0 and [26, 256], unit: kbps. 
When the value is 0, the audio bitrate will be automatically set.Copyright © 2025. All rights reserved.