@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCReceivedRtpStreamStats
extends RTCRtpStreamStats
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RTCReceivedRtpStreamStats.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
burstDiscardCount() |
double |
burstDiscardRate() |
int |
burstLossCount() |
double |
burstLossRate() |
int |
burstPacketsDiscarded() |
int |
burstPacketsLost() |
static RTCReceivedRtpStreamStats.Builder |
create(double timestamp,
java.lang.String type,
java.lang.String id,
java.lang.String kind,
int ssrc) |
int |
framesDropped() |
int |
fullFramesLost() |
double |
gapDiscardRate() |
double |
gapLossRate() |
double |
jitter() |
int |
packetsDiscarded() |
int |
packetsLost() |
int |
packetsReceived() |
int |
packetsRepaired() |
int |
partialFramesLost() |
void |
setBurstDiscardCount(int burstDiscardCount) |
void |
setBurstDiscardRate(double burstDiscardRate) |
void |
setBurstLossCount(int burstLossCount) |
void |
setBurstLossRate(double burstLossRate) |
void |
setBurstPacketsDiscarded(int burstPacketsDiscarded) |
void |
setBurstPacketsLost(int burstPacketsLost) |
void |
setFramesDropped(int framesDropped) |
void |
setFullFramesLost(int fullFramesLost) |
void |
setGapDiscardRate(double gapDiscardRate) |
void |
setGapLossRate(double gapLossRate) |
void |
setJitter(double jitter) |
void |
setPacketsDiscarded(int packetsDiscarded) |
void |
setPacketsLost(int packetsLost) |
void |
setPacketsReceived(int packetsReceived) |
void |
setPacketsRepaired(int packetsRepaired) |
void |
setPartialFramesLost(int partialFramesLost) |
averageRTCPInterval, codecId, kind, mediaType, setAverageRTCPInterval, setCodecId, setKind, setMediaType, setSsrc, setTransportId, ssrc, transportId@JsOverlay @Nonnull static RTCReceivedRtpStreamStats.Builder create(double timestamp, @RTCStatsType @Nonnull java.lang.String type, @Nonnull java.lang.String id, @Nonnull java.lang.String kind, int ssrc)
create in interface RTCRtpStreamStats@JsProperty(name="burstDiscardCount") int burstDiscardCount()
@JsProperty void setBurstDiscardCount(int burstDiscardCount)
@JsProperty(name="burstDiscardRate") double burstDiscardRate()
@JsProperty void setBurstDiscardRate(double burstDiscardRate)
@JsProperty(name="burstLossCount") int burstLossCount()
@JsProperty void setBurstLossCount(int burstLossCount)
@JsProperty(name="burstLossRate") double burstLossRate()
@JsProperty void setBurstLossRate(double burstLossRate)
@JsProperty(name="burstPacketsDiscarded") int burstPacketsDiscarded()
@JsProperty void setBurstPacketsDiscarded(int burstPacketsDiscarded)
@JsProperty(name="burstPacketsLost") int burstPacketsLost()
@JsProperty void setBurstPacketsLost(int burstPacketsLost)
@JsProperty(name="framesDropped") int framesDropped()
@JsProperty void setFramesDropped(int framesDropped)
@JsProperty(name="fullFramesLost") int fullFramesLost()
@JsProperty void setFullFramesLost(int fullFramesLost)
@JsProperty(name="gapDiscardRate") double gapDiscardRate()
@JsProperty void setGapDiscardRate(double gapDiscardRate)
@JsProperty(name="gapLossRate") double gapLossRate()
@JsProperty void setGapLossRate(double gapLossRate)
@JsProperty(name="jitter") double jitter()
@JsProperty void setJitter(double jitter)
@JsProperty(name="packetsDiscarded") int packetsDiscarded()
@JsProperty void setPacketsDiscarded(int packetsDiscarded)
@JsProperty(name="packetsLost") int packetsLost()
@JsProperty void setPacketsLost(int packetsLost)
@JsProperty(name="packetsReceived") int packetsReceived()
@JsProperty void setPacketsReceived(int packetsReceived)
@JsProperty(name="packetsRepaired") int packetsRepaired()
@JsProperty void setPacketsRepaired(int packetsRepaired)
@JsProperty(name="partialFramesLost") int partialFramesLost()
@JsProperty void setPartialFramesLost(int partialFramesLost)