public class AudioStreamInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AudioStreamInfo() | 
| AudioStreamInfo(AudioStreamInfo 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 | getBitrate()Get 码率,单位:bps。 | 
| String | getCodec()Get 编码格式。 | 
| Long | getSamplingRate()Get 采样率,单位:hz。 | 
| void | setBitrate(Long Bitrate)Set 码率,单位:bps。 | 
| void | setCodec(String Codec)Set 编码格式。 | 
| void | setSamplingRate(Long SamplingRate)Set 采样率,单位: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 AudioStreamInfo()
public AudioStreamInfo(AudioStreamInfo source)
public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate - 码率,单位:bps。public Long getSamplingRate()
public void setSamplingRate(Long SamplingRate)
SamplingRate - 采样率,单位:hz。public String getCodec()
public void setCodec(String Codec)
Codec - 编码格式。Copyright © 2025. All rights reserved.