public class PushDataInfo extends AbstractModel
构造器和说明 |
---|
PushDataInfo() |
限定符和类型 | 方法和说明 |
---|---|
String |
getAcodec()
Get 音频编码格式,
例:"AAC"。
|
String |
getAppName()
Get 推流路径。
|
Integer |
getAsampleRate()
Get 采样率。
|
Integer |
getAudioFps()
Get 推流音频帧率,单位是Hz。
|
Integer |
getAudioSpeed()
Get 推流音频码率,单位是bps。
|
String |
getBeginPushTime()
Get 推流开始时间。
|
String |
getClientIp()
Get 推流客户端ip。
|
String |
getPushDomain()
Get 推流域名。
|
String |
getResolution()
Get 分辨率。
|
String |
getServerIp()
Get 接流服务器ip。
|
String |
getStreamName()
Get 流名称。
|
String |
getVcodec()
Get 视频编码格式,
例:"H264"。
|
Integer |
getVideoFps()
Get 推流视频帧率,单位是Hz。
|
Integer |
getVideoSpeed()
Get 推流视频码率,单位是bps。
|
void |
setAcodec(String Acodec)
Set 音频编码格式,
例:"AAC"。
|
void |
setAppName(String AppName)
Set 推流路径。
|
void |
setAsampleRate(Integer AsampleRate)
Set 采样率。
|
void |
setAudioFps(Integer AudioFps)
Set 推流音频帧率,单位是Hz。
|
void |
setAudioSpeed(Integer AudioSpeed)
Set 推流音频码率,单位是bps。
|
void |
setBeginPushTime(String BeginPushTime)
Set 推流开始时间。
|
void |
setClientIp(String ClientIp)
Set 推流客户端ip。
|
void |
setPushDomain(String PushDomain)
Set 推流域名。
|
void |
setResolution(String Resolution)
Set 分辨率。
|
void |
setServerIp(String ServerIp)
Set 接流服务器ip。
|
void |
setStreamName(String StreamName)
Set 流名称。
|
void |
setVcodec(String Vcodec)
Set 视频编码格式,
例:"H264"。
|
void |
setVideoFps(Integer VideoFps)
Set 推流视频帧率,单位是Hz。
|
void |
setVideoSpeed(Integer VideoSpeed)
Set 推流视频码率,单位是bps。
|
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 getStreamName()
public void setStreamName(String StreamName)
StreamName
- 流名称。public String getAppName()
public void setAppName(String AppName)
AppName
- 推流路径。public String getClientIp()
public void setClientIp(String ClientIp)
ClientIp
- 推流客户端ip。public String getServerIp()
public void setServerIp(String ServerIp)
ServerIp
- 接流服务器ip。public Integer getVideoFps()
public void setVideoFps(Integer VideoFps)
VideoFps
- 推流视频帧率,单位是Hz。public Integer getVideoSpeed()
public void setVideoSpeed(Integer VideoSpeed)
VideoSpeed
- 推流视频码率,单位是bps。public Integer getAudioFps()
public void setAudioFps(Integer AudioFps)
AudioFps
- 推流音频帧率,单位是Hz。public Integer getAudioSpeed()
public void setAudioSpeed(Integer AudioSpeed)
AudioSpeed
- 推流音频码率,单位是bps。public String getPushDomain()
public void setPushDomain(String PushDomain)
PushDomain
- 推流域名。public String getBeginPushTime()
public void setBeginPushTime(String BeginPushTime)
BeginPushTime
- 推流开始时间。public String getAcodec()
public void setAcodec(String Acodec)
Acodec
- 音频编码格式,
例:"AAC"。public String getVcodec()
public void setVcodec(String Vcodec)
Vcodec
- 视频编码格式,
例:"H264"。public String getResolution()
public void setResolution(String Resolution)
Resolution
- 分辨率。public Integer getAsampleRate()
public void setAsampleRate(Integer AsampleRate)
AsampleRate
- 采样率。Copyright © 2019. All rights reserved.