public class BridgeStatusUpdateMessage extends Object
| Constructor and Description |
|---|
BridgeStatusUpdateMessage(String bridgeID,
long timestamp,
BridgeStatusInfo bridgeStatusInfo)
Instantiates a new bridge event message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAudioFabricCount() |
int |
getConferenceCount() |
float |
getCpuUsage() |
String |
getDeviceID() |
float |
getIntervalAverageJitter() |
float |
getIntervalAverageRtt() |
int |
getIntervalDownloadBitrate() |
long |
getIntervalReceivedBytes() |
float |
getIntervalRtpFractionLoss() |
long |
getIntervalSentBytes() |
int |
getIntervalUploadBitrate() |
String |
getLocalID()
Gets the bridge id.
|
float |
getMemoryUsage() |
String |
getOriginID() |
int |
getParticipantsCount() |
int |
getThreadCount() |
long |
getTimestamp()
Gets the timestamp.
|
float |
getTotalMemory() |
float |
getTotalRtpLostPackets() |
int |
getVideoFabricCount() |
void |
setAudioFabricCount(int audioFabricCount) |
void |
setConferenceCount(int conferenceCount) |
void |
setCpuUsage(float cpuUsage) |
void |
setDeviceID(String deviceID) |
void |
setIntervalAverageJitter(float intervalAverageJitter) |
void |
setIntervalAverageRtt(float intervalAverageRtt) |
void |
setIntervalDownloadBitrate(int intervalDownloadBitrate) |
void |
setIntervalReceivedBytes(long intervalReceivedBytes) |
void |
setIntervalRtpFractionLoss(float intervalRtpFractionLoss) |
void |
setIntervalSentBytes(long intervalSentBytes) |
void |
setIntervalUploadBitrate(int intervalUploadBitrate) |
void |
setLocalID(String userID)
Sets the bridge id.
|
void |
setMemoryUsage(float memoryUsage) |
void |
setOriginID(String originID) |
void |
setParticipantsCount(int participantsCount) |
void |
setThreadCount(int threadCount) |
void |
setTimestamp(long timestamp)
Sets the timestamp.
|
void |
setTotalMemory(float totalMemory) |
void |
setTotalRtpLostPackets(long totalRtpLostPackets) |
void |
setVideoFabricCount(int videoFabricCount) |
public BridgeStatusUpdateMessage(String bridgeID, long timestamp, BridgeStatusInfo bridgeStatusInfo)
bridgeID - the bridge idtimestamp - the timestampbridgeStatusInfo - the bridge status infopublic String getLocalID()
public void setLocalID(String userID)
userID - the new bridge idpublic long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - the new timestamppublic String getOriginID()
public void setOriginID(String originID)
public String getDeviceID()
public void setDeviceID(String deviceID)
public float getCpuUsage()
public void setCpuUsage(float cpuUsage)
public float getMemoryUsage()
public void setMemoryUsage(float memoryUsage)
public float getTotalMemory()
public void setTotalMemory(float totalMemory)
public int getThreadCount()
public void setThreadCount(int threadCount)
public long getIntervalSentBytes()
public void setIntervalSentBytes(long intervalSentBytes)
public long getIntervalReceivedBytes()
public void setIntervalReceivedBytes(long intervalReceivedBytes)
public float getIntervalRtpFractionLoss()
public void setIntervalRtpFractionLoss(float intervalRtpFractionLoss)
public float getTotalRtpLostPackets()
public void setTotalRtpLostPackets(long totalRtpLostPackets)
public float getIntervalAverageRtt()
public void setIntervalAverageRtt(float intervalAverageRtt)
public float getIntervalAverageJitter()
public void setIntervalAverageJitter(float intervalAverageJitter)
public int getIntervalDownloadBitrate()
public void setIntervalDownloadBitrate(int intervalDownloadBitrate)
public int getIntervalUploadBitrate()
public void setIntervalUploadBitrate(int intervalUploadBitrate)
public int getAudioFabricCount()
public void setAudioFabricCount(int audioFabricCount)
public int getVideoFabricCount()
public void setVideoFabricCount(int videoFabricCount)
public int getConferenceCount()
public void setConferenceCount(int conferenceCount)
public int getParticipantsCount()
public void setParticipantsCount(int participantsCount)
Copyright © 2021. All rights reserved.