public class LiveChannelStat extends Object
限定符和类型 | 类和说明 |
---|---|
static class |
LiveChannelStat.AudioStat
直播流音频流信息
|
static class |
LiveChannelStat.VideoStat
直播流视频信息
|
构造器和说明 |
---|
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) |
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 © 2016. All Rights Reserved.