public class AudioInfo extends AbstractModel
Constructor and Description |
---|
AudioInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getBitrate()
Get 音频码率,取值范围:0 和 [26, 256],单位:kbps。
注意:当取值为 0,表示音频码率和原始音频保持一致。
|
Long |
getChannel()
Get 声道数,可选项:
1:单声道,
2:双声道,
6:立体声。
|
String |
getCodec()
Get 音频编码器,可选项:aac,mp3,ac3,flac,mp2。
|
Long |
getSampleRate()
Get 采样率,单位:Hz。可选项:32000,44100,48000
|
void |
setBitrate(Long Bitrate)
Set 音频码率,取值范围:0 和 [26, 256],单位:kbps。
注意:当取值为 0,表示音频码率和原始音频保持一致。
|
void |
setChannel(Long Channel)
Set 声道数,可选项:
1:单声道,
2:双声道,
6:立体声。
|
void |
setCodec(String Codec)
Set 音频编码器,可选项:aac,mp3,ac3,flac,mp2。
|
void |
setSampleRate(Long SampleRate)
Set 采样率,单位:Hz。可选项:32000,44100,48000
|
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 Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate
- 音频码率,取值范围:0 和 [26, 256],单位:kbps。
注意:当取值为 0,表示音频码率和原始音频保持一致。public String getCodec()
public void setCodec(String Codec)
Codec
- 音频编码器,可选项:aac,mp3,ac3,flac,mp2。public Long getChannel()
public void setChannel(Long Channel)
Channel
- 声道数,可选项:
1:单声道,
2:双声道,
6:立体声。public Long getSampleRate()
public void setSampleRate(Long SampleRate)
SampleRate
- 采样率,单位:Hz。可选项:32000,44100,48000Copyright © 2020. All rights reserved.