public class ConferenceStatsBuilder extends Object
| Constructor and Description |
|---|
ConferenceStatsBuilder() |
public Long getPacketsReceived()
public Long getPacketsLost()
public Long getPacketsDuplicated()
public Long getPacketsDiscarded()
public Long getPacketsRepaired()
public Long getBytesReceived()
public Long getBytesDuplicated()
public Long getBytesDiscarded()
public Long getBytesRepaired()
public Long getBurstPacketsLost()
public Long getBurstLossIntervalCount()
public Long getBurstPacketsDiscarded()
public Long getBurstDiscardIntervalCount()
public Double getGapLossRate()
public Double getGapDiscardRate()
public Double getFractionalPacketLost()
public Double getFractionalPacketDiscarded()
public Long getFramesSent()
public Long getFramesReceived()
public Long getFramesLost()
public Long getFramesDropped()
public Long getFramesCorrupted()
public Double getCurrentPlayoutDelay()
public Double getMaxPlayoutDelay()
public Double getMinPlayoutDelay()
public Double getCurrentJBDelay()
public Double getHighWatermarkJBDelay()
public Double getLowWatermarkJBDelay()
public Double getMaxJBDelay()
public Double getMinJBDelay()
public Double getAvsync()
public String getLocalUserID()
public String getStatsType()
public String getSsrc()
public String getFromUserID()
public Integer getRtt()
public Long getPacketsSent()
public Long getBytesSent()
public Double getJitter()
public String getUcID()
public String getConfID()
public String getRemoteUserID()
public String getMediaType()
public ConferenceStatsBuilder localUserID(String localUserID)
public ConferenceStatsBuilder statsType(CallStatsStreamType statsType)
public ConferenceStatsBuilder mediaType(String mediaType)
public ConferenceStatsBuilder ssrc(String ssrc)
public ConferenceStatsBuilder fromUserID(String fromUserID)
public ConferenceStatsBuilder remoteUserID(String remoteUserID)
public ConferenceStatsBuilder ucID(String ucID)
public ConferenceStatsBuilder confID(String confID)
public ConferenceStatsBuilder packetsSent(long packetsSent)
public ConferenceStatsBuilder packetsReceived(long packetsReceived)
public ConferenceStatsBuilder packetsLost(long packetsLost)
public ConferenceStatsBuilder packetsDuplicated(long packetsDuplicated)
public ConferenceStatsBuilder packetsDiscarded(long packetsDiscarded)
public ConferenceStatsBuilder packetsRepaired(long packetsRepaired)
public ConferenceStatsBuilder bytesSent(long bytesSent)
public ConferenceStatsBuilder bytesReceived(long bytesReceived)
public ConferenceStatsBuilder bytesDuplicated(long bytesDuplicated)
public ConferenceStatsBuilder bytesDiscarded(long bytesDiscarded)
public ConferenceStatsBuilder bytesRepaired(long bytesRepaired)
public ConferenceStatsBuilder burstPacketsLost(long burstPacketsLost)
public ConferenceStatsBuilder burstLossIntervalCount(long burstLossIntervalCount)
public ConferenceStatsBuilder burstPacketsDiscarded(long burstPacketsDiscarded)
public ConferenceStatsBuilder burstDiscardIntervalCount(long burstDiscardIntervalCount)
public ConferenceStatsBuilder gapLossRate(double gapLossRate)
public ConferenceStatsBuilder gapDiscardRate(double gapDiscardRate)
public ConferenceStatsBuilder fractionalPacketLost(double fractionalPacketLost)
public ConferenceStatsBuilder fractionalPacketDiscarded(double fractionalPacketDiscarded)
public ConferenceStatsBuilder framesSent(long framesSent)
public ConferenceStatsBuilder framesReceived(long framesReceived)
public ConferenceStatsBuilder framesLost(long framesLost)
public ConferenceStatsBuilder framesDropped(long framesDropped)
public ConferenceStatsBuilder framesCorrupted(long framesCorrupted)
public ConferenceStatsBuilder rtt(int rtt)
public ConferenceStatsBuilder jitter(double jitter)
public ConferenceStatsBuilder currentPlayoutDelay(double currentPlayoutDelay)
public ConferenceStatsBuilder maxPlayoutDelay(double maxPlayoutDelay)
public ConferenceStatsBuilder minPlayoutDelay(double minPlayoutDelay)
public ConferenceStatsBuilder currentJBDelay(double currentJBDelay)
public ConferenceStatsBuilder highWatermarkJBDelay(double highWatermarkJBDelay)
public ConferenceStatsBuilder lowWatermarkJBDelay(double lowWatermarkJBDelay)
public ConferenceStatsBuilder maxJBDelay(double maxJBDelay)
public ConferenceStatsBuilder minJBDelay(double minJBDelay)
public ConferenceStatsBuilder avsync(double avsync)
public ConferenceStats build()
Copyright © 2021. All rights reserved.