public class OutputAudioStream extends AbstractModel
Constructor and Description |
---|
OutputAudioStream() |
Modifier and Type | Method and Description |
---|---|
Long |
getAudioChannel()
Get 音频声道数,可选值:
1:单声道 。
2:双声道
默认值:2。
|
String |
getCodec()
Get 音频流的编码格式,可选值:
libfdk_aac:适合 mp4 文件。
默认值:libfdk_aac。
|
Long |
getSampleRate()
Get 音频流的采样率,可选值:
16000
32000
44100
48000
单位:Hz。
默认值:16000。
|
void |
setAudioChannel(Long AudioChannel)
Set 音频声道数,可选值:
1:单声道 。
2:双声道
默认值:2。
|
void |
setCodec(String Codec)
Set 音频流的编码格式,可选值:
libfdk_aac:适合 mp4 文件。
默认值:libfdk_aac。
|
void |
setSampleRate(Long SampleRate)
Set 音频流的采样率,可选值:
16000
32000
44100
48000
单位:Hz。
默认值:16000。
|
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 String getCodec()
public void setCodec(String Codec)
Codec
- 音频流的编码格式,可选值:
public Long getSampleRate()
public void setSampleRate(Long SampleRate)
SampleRate
- 音频流的采样率,可选值:
public Long getAudioChannel()
public void setAudioChannel(Long AudioChannel)
AudioChannel
- 音频声道数,可选值:
Copyright © 2020. All rights reserved.