public class LiveChannelStat extends GenericResult
限定符和类型 | 类和说明 |
---|---|
static class |
LiveChannelStat.AudioStat
The Live Channel's Audio information
|
static class |
LiveChannelStat.VideoStat
The Live Channel's video and audio information
|
构造器和说明 |
---|
LiveChannelStat() |
限定符和类型 | 方法和说明 |
---|---|
LiveChannelStat.AudioStat |
getAudioStat() |
Date |
getConnectedDate() |
PushflowStatus |
getPushflowStatus() |
String |
getRemoteAddress() |
LiveChannelStat.VideoStat |
getVideoStat() |
void |
setAudioStat(LiveChannelStat.AudioStat audioStat) |
void |
setConnectedDate(Date connectedDate) |
void |
setPushflowStatus(PushflowStatus status) |
void |
setRemoteAddress(String remoteAddress) |
void |
setVideoStat(LiveChannelStat.VideoStat videoStat) |
getClientCRC, getRequestId, getResponse, getServerCRC, setClientCRC, setRequestId, setResponse, setServerCRC
public PushflowStatus getPushflowStatus()
public void setPushflowStatus(PushflowStatus status)
public Date getConnectedDate()
public void setConnectedDate(Date connectedDate)
public String getRemoteAddress()
public void setRemoteAddress(String remoteAddress)
public LiveChannelStat.VideoStat getVideoStat()
public void setVideoStat(LiveChannelStat.VideoStat videoStat)
public LiveChannelStat.AudioStat getAudioStat()
public void setAudioStat(LiveChannelStat.AudioStat audioStat)
Copyright © 2019. All Rights Reserved.