Package elemental2.dom
Interface RTCMediaSourceStats
-
- All Superinterfaces:
RTCStats
- All Known Subinterfaces:
RTCAudioSourceStats
,RTCVideoSourceStats
@JsType(isNative=true, namespace="<global>") public interface RTCMediaSourceStats extends RTCStats
-
-
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 java.lang.String
getKind()
java.lang.String
getTrackIdentifier()
-
Methods inherited from interface elemental2.dom.RTCStats
getId, getTimestamp, getType
-
-