Interface RTCRemoteOutboundRtpStreamStats
- All Superinterfaces:
RTCRtpStreamStats
,RTCSentRtpStreamStats
,RTCStats
@JsType(isNative=true,
namespace="<global>")
public interface RTCRemoteOutboundRtpStreamStats
extends RTCSentRtpStreamStats
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Nested classes/interfaces inherited from interface elemental2.dom.RTCStats
RTCStats.GetTimestampUnionType
-
Method Summary
Modifier and TypeMethodDescriptiondouble
double
double
double
Methods inherited from interface elemental2.dom.RTCRtpStreamStats
getCodecId, getKind, getMediaType, getSsrc, getTransportId
Methods inherited from interface elemental2.dom.RTCSentRtpStreamStats
getBytesSent, getPacketsDiscardedOnSend, getPacketsSent
Methods inherited from interface elemental2.dom.RTCStats
getId, getTimestamp, getType
-
Method Details
-
getLocalId
-
getRemoteTimestamp
-
getReportsSent
@JsProperty double getReportsSent() -
getRoundTripTime
@JsProperty double getRoundTripTime() -
getRoundTripTimeMeasurements
@JsProperty double getRoundTripTimeMeasurements() -
getTotalRoundTripTime
@JsProperty double getTotalRoundTripTime()
-