public class EncodeParams extends AbstractModel
Constructor and Description |
---|
EncodeParams() |
Modifier and Type | Method and Description |
---|---|
Long |
getAudioBitrate()
Get 混流-输出流音频码率,单位Kbps
|
Long |
getAudioChannels()
Get 混流-输出流音频声道数
|
Long |
getAudioSampleRate()
Get 混流-输出流音频采样率
|
Long |
getBackgroundColor()
Get 混流-输出流背景色
|
Long |
getVideoBitrate()
Get 混流-输出流码率,单位Kbps,音视频输出时必填
|
Long |
getVideoFramerate()
Get 混流-输出流帧率,音视频输出时必填
|
Long |
getVideoGop()
Get 混流-输出流gop,音视频输出时必填
|
Long |
getVideoHeight()
Get 混流-输出流高,音视频输出时必填
|
Long |
getVideoWidth()
Get 混流-输出流宽,音视频输出时必填
|
void |
setAudioBitrate(Long AudioBitrate)
Set 混流-输出流音频码率,单位Kbps
|
void |
setAudioChannels(Long AudioChannels)
Set 混流-输出流音频声道数
|
void |
setAudioSampleRate(Long AudioSampleRate)
Set 混流-输出流音频采样率
|
void |
setBackgroundColor(Long BackgroundColor)
Set 混流-输出流背景色
|
void |
setVideoBitrate(Long VideoBitrate)
Set 混流-输出流码率,单位Kbps,音视频输出时必填
|
void |
setVideoFramerate(Long VideoFramerate)
Set 混流-输出流帧率,音视频输出时必填
|
void |
setVideoGop(Long VideoGop)
Set 混流-输出流gop,音视频输出时必填
|
void |
setVideoHeight(Long VideoHeight)
Set 混流-输出流高,音视频输出时必填
|
void |
setVideoWidth(Long VideoWidth)
Set 混流-输出流宽,音视频输出时必填
|
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 getAudioSampleRate()
public void setAudioSampleRate(Long AudioSampleRate)
AudioSampleRate
- 混流-输出流音频采样率public Long getAudioBitrate()
public void setAudioBitrate(Long AudioBitrate)
AudioBitrate
- 混流-输出流音频码率,单位Kbpspublic Long getAudioChannels()
public void setAudioChannels(Long AudioChannels)
AudioChannels
- 混流-输出流音频声道数public Long getVideoWidth()
public void setVideoWidth(Long VideoWidth)
VideoWidth
- 混流-输出流宽,音视频输出时必填public Long getVideoHeight()
public void setVideoHeight(Long VideoHeight)
VideoHeight
- 混流-输出流高,音视频输出时必填public Long getVideoBitrate()
public void setVideoBitrate(Long VideoBitrate)
VideoBitrate
- 混流-输出流码率,单位Kbps,音视频输出时必填public Long getVideoFramerate()
public void setVideoFramerate(Long VideoFramerate)
VideoFramerate
- 混流-输出流帧率,音视频输出时必填public Long getVideoGop()
public void setVideoGop(Long VideoGop)
VideoGop
- 混流-输出流gop,音视频输出时必填public Long getBackgroundColor()
public void setBackgroundColor(Long BackgroundColor)
BackgroundColor
- 混流-输出流背景色Copyright © 2020. All rights reserved.