Interface RTCReceivedRtpStreamStats
- All Superinterfaces:
RTCRtpStreamStats
,RTCStats
- All Known Subinterfaces:
RTCInboundRtpStreamStats
,RTCRemoteInboundRtpStreamStats
@JsType(isNative=true,
namespace="<global>")
public interface RTCReceivedRtpStreamStats
extends RTCRtpStreamStats
-
Nested Class Summary
Nested classes/interfaces inherited from interface elemental2.dom.RTCStats
RTCStats.GetTimestampUnionType
-
Method Summary
Modifier and TypeMethodDescriptionint
double
double
double
Methods inherited from interface elemental2.dom.RTCRtpStreamStats
getCodecId, getKind, getMediaType, getSsrc, getTransportId
Methods inherited from interface elemental2.dom.RTCStats
getId, getTimestamp, getType
-
Method Details
-
getFramesDropped
@JsProperty int getFramesDropped() -
getJitter
@JsProperty double getJitter() -
getPacketsLost
@JsProperty double getPacketsLost() -
getPacketsReceived
@JsProperty double getPacketsReceived()
-