public class PushDataInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PushDataInfo() | 
| PushDataInfo(PushDataInfo 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 | 
|---|---|
| String | getAcodec()Get 音频编码格式,
例:"AAC"。 | 
| String | getAppName()Get 推流路径。 | 
| Long | getAsampleRate()Get 采样率。 | 
| Long | getAudioFps()Get 推流音频帧率,单位: Hz。 | 
| Long | getAudioSpeed()Get 推流音频码率,单位: bps。 | 
| String | getBeginPushTime()Get 推流开始时间。 | 
| String | getClientIp()Get 推流客户端 IP。 | 
| Long | getMetaAudioSpeed()Get metadata 中的音频码率,单位: bps。 | 
| Long | getMetaFps()Get metadata 中的帧率。 | 
| Long | getMetaVideoSpeed()Get metadata 中的视频码率,单位: bps。 | 
| String | getPushDomain()Get 推流域名。 | 
| String | getResolution()Get 分辨率。 | 
| String | getServerIp()Get 接流服务器 IP。 | 
| String | getStreamName()Get 流名称。 | 
| String | getVcodec()Get 视频编码格式,
例:"H264"。 | 
| Long | getVideoFps()Get 推流视频帧率,单位: Hz。 | 
| Long | getVideoSpeed()Get 推流视频码率,单位: bps。 | 
| void | setAcodec(String Acodec)Set 音频编码格式,
例:"AAC"。 | 
| void | setAppName(String AppName)Set 推流路径。 | 
| void | setAsampleRate(Long AsampleRate)Set 采样率。 | 
| void | setAudioFps(Long AudioFps)Set 推流音频帧率,单位: Hz。 | 
| void | setAudioSpeed(Long AudioSpeed)Set 推流音频码率,单位: bps。 | 
| void | setBeginPushTime(String BeginPushTime)Set 推流开始时间。 | 
| void | setClientIp(String ClientIp)Set 推流客户端 IP。 | 
| void | setMetaAudioSpeed(Long MetaAudioSpeed)Set metadata 中的音频码率,单位: bps。 | 
| void | setMetaFps(Long MetaFps)Set metadata 中的帧率。 | 
| void | setMetaVideoSpeed(Long MetaVideoSpeed)Set metadata 中的视频码率,单位: bps。 | 
| 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(Long VideoFps)Set 推流视频帧率,单位: Hz。 | 
| void | setVideoSpeed(Long VideoSpeed)Set 推流视频码率,单位: bps。 | 
| 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 PushDataInfo()
public PushDataInfo(PushDataInfo source)
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 Long getVideoFps()
public void setVideoFps(Long VideoFps)
VideoFps - 推流视频帧率,单位: Hz。public Long getVideoSpeed()
public void setVideoSpeed(Long VideoSpeed)
VideoSpeed - 推流视频码率,单位: bps。public Long getAudioFps()
public void setAudioFps(Long AudioFps)
AudioFps - 推流音频帧率,单位: Hz。public Long getAudioSpeed()
public void setAudioSpeed(Long 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 Long getAsampleRate()
public void setAsampleRate(Long AsampleRate)
AsampleRate - 采样率。public Long getMetaAudioSpeed()
public void setMetaAudioSpeed(Long MetaAudioSpeed)
MetaAudioSpeed - metadata 中的音频码率,单位: bps。public Long getMetaVideoSpeed()
public void setMetaVideoSpeed(Long MetaVideoSpeed)
MetaVideoSpeed - metadata 中的视频码率,单位: bps。public Long getMetaFps()
public void setMetaFps(Long MetaFps)
MetaFps - metadata 中的帧率。Copyright © 2025. All rights reserved.