Package elemental2.dom
Interface RTCStats
-
- All Known Subinterfaces:
RTCAudioSourceStats
,RTCCertificateStats
,RTCCodecStats
,RTCIceCandidatePairStats
,RTCIceCandidateStats
,RTCInboundRtpStreamStats
,RTCMediaSourceStats
,RTCOutboundRtpStreamStats
,RTCPeerConnectionStats
,RTCReceivedRtpStreamStats
,RTCRemoteInboundRtpStreamStats
,RTCRemoteOutboundRtpStreamStats
,RTCRtpStreamStats
,RTCSentRtpStreamStats
,RTCTransportStats
,RTCVideoSourceStats
@JsType(isNative=true, namespace="<global>") public interface RTCStats
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
RTCStats.GetTimestampUnionType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getId()
RTCStats.GetTimestampUnionType
getTimestamp()
java.lang.String
getType()
-
-
-
Method Detail
-
getId
@JsProperty java.lang.String getId()
-
getTimestamp
@JsProperty RTCStats.GetTimestampUnionType getTimestamp()
-
getType
@JsProperty java.lang.String getType()
-
-