Package elemental2.dom
Interface RTCRemoteInboundRtpStreamStats
-
- All Superinterfaces:
RTCReceivedRtpStreamStats
,RTCRtpStreamStats
,RTCStats
@JsType(isNative=true, namespace="<global>") public interface RTCRemoteInboundRtpStreamStats extends RTCReceivedRtpStreamStats
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface elemental2.dom.RTCStats
RTCStats.GetTimestampUnionType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getFractionLost()
java.lang.String
getLocalId()
double
getRoundTripMeasurements()
double
getRoundTripTime()
double
getTotalRoundTripTime()
-
Methods inherited from interface elemental2.dom.RTCReceivedRtpStreamStats
getFramesDropped, getJitter, getPacketsLost, getPacketsReceived
-
Methods inherited from interface elemental2.dom.RTCRtpStreamStats
getCodecId, getKind, getMediaType, getSsrc, getTransportId
-
Methods inherited from interface elemental2.dom.RTCStats
getId, getTimestamp, getType
-
-
-
-
Method Detail
-
getFractionLost
@JsProperty double getFractionLost()
-
getLocalId
@JsProperty java.lang.String getLocalId()
-
getRoundTripMeasurements
@JsProperty double getRoundTripMeasurements()
-
getRoundTripTime
@JsProperty double getRoundTripTime()
-
getTotalRoundTripTime
@JsProperty double getTotalRoundTripTime()
-
-