@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCRemoteInboundRtpStreamStats
extends RTCReceivedRtpStreamStats
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RTCRemoteInboundRtpStreamStats.Builder |
static interface |
RTCRemoteInboundRtpStreamStats.Step1 |
static interface |
RTCRemoteInboundRtpStreamStats.Step2 |
static interface |
RTCRemoteInboundRtpStreamStats.Step3 |
static interface |
RTCRemoteInboundRtpStreamStats.Step4 |
| Modifier and Type | Method and Description |
|---|---|
double |
fractionLost() |
java.lang.String |
localId() |
int |
reportsReceived() |
double |
roundTripTime() |
int |
roundTripTimeMeasurements() |
void |
setFractionLost(double fractionLost) |
void |
setLocalId(@JsNonNull java.lang.String localId) |
void |
setReportsReceived(int reportsReceived) |
void |
setRoundTripTime(double roundTripTime) |
void |
setRoundTripTimeMeasurements(int roundTripTimeMeasurements) |
void |
setTotalRoundTripTime(double totalRoundTripTime) |
static RTCRemoteInboundRtpStreamStats.Step1 |
timestamp(double timestamp) |
double |
totalRoundTripTime() |
burstDiscardCount, burstDiscardRate, burstLossCount, burstLossRate, burstPacketsDiscarded, burstPacketsLost, framesDropped, fullFramesLost, gapDiscardRate, gapLossRate, jitter, packetsDiscarded, packetsLost, packetsReceived, packetsRepaired, partialFramesLost, setBurstDiscardCount, setBurstDiscardRate, setBurstLossCount, setBurstLossRate, setBurstPacketsDiscarded, setBurstPacketsLost, setFramesDropped, setFullFramesLost, setGapDiscardRate, setGapLossRate, setJitter, setPacketsDiscarded, setPacketsLost, setPacketsReceived, setPacketsRepaired, setPartialFramesLostaverageRTCPInterval, codecId, kind, mediaType, setAverageRTCPInterval, setCodecId, setKind, setMediaType, setSsrc, setTransportId, ssrc, transportId@JsOverlay @Nonnull static RTCRemoteInboundRtpStreamStats.Step1 timestamp(double timestamp)
timestamp in interface RTCReceivedRtpStreamStatstimestamp in interface RTCRtpStreamStatstimestamp in interface RTCStats@JsProperty(name="fractionLost") double fractionLost()
@JsProperty void setFractionLost(double fractionLost)
@JsProperty(name="localId") java.lang.String localId()
@JsProperty void setLocalId(@JsNonNull java.lang.String localId)
@JsProperty(name="reportsReceived") int reportsReceived()
@JsProperty void setReportsReceived(int reportsReceived)
@JsProperty(name="roundTripTime") double roundTripTime()
@JsProperty void setRoundTripTime(double roundTripTime)
@JsProperty(name="roundTripTimeMeasurements") int roundTripTimeMeasurements()
@JsProperty void setRoundTripTimeMeasurements(int roundTripTimeMeasurements)
@JsProperty(name="totalRoundTripTime") double totalRoundTripTime()
@JsProperty void setTotalRoundTripTime(double totalRoundTripTime)