Package elemental2.dom
Interface RTCSentRtpStreamStats
-
- All Superinterfaces:
RTCRtpStreamStats
,RTCStats
- All Known Subinterfaces:
RTCOutboundRtpStreamStats
,RTCRemoteOutboundRtpStreamStats
@JsType(isNative=true, namespace="<global>") public interface RTCSentRtpStreamStats extends RTCRtpStreamStats
-
-
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 int
getBytesSent()
double
getPacketsDiscardedOnSend()
int
getPacketsSent()
-
Methods inherited from interface elemental2.dom.RTCRtpStreamStats
getCodecId, getKind, getMediaType, getSsrc, getTransportId
-
Methods inherited from interface elemental2.dom.RTCStats
getId, getTimestamp, getType
-
-