Interface RTCStatsReport
- All Superinterfaces:
elemental2.core.JsIterable<elemental2.core.JsArray<RTCStatsReport.JsIterableTypeParameterArrayUnionType>>
@JsType(isNative=true,
namespace="<global>")
public interface RTCStatsReport
extends elemental2.core.JsIterable<elemental2.core.JsArray<RTCStatsReport.JsIterableTypeParameterArrayUnionType>>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionelemental2.core.JsIteratorIterable
<elemental2.core.JsArray<RTCStatsReport.EntriesJsIteratorIterableTypeParameterArrayUnionType>> forEach
(RTCStatsReport.ForEachCallbackFn callback) <SCOPE> Object
forEach
(RTCStatsReport.ForEachCallbackFn callback, SCOPE thisObj) getId()
getLocal()
Deprecated.Deprecated.double
getSize()
getType()
boolean
elemental2.core.JsIteratorIterable
<String> keys()
elemental2.core.JsArray
<String> names()
elemental2.core.JsIteratorIterable
<RTCStats> values()
-
Method Details
-
entries
elemental2.core.JsIteratorIterable<elemental2.core.JsArray<RTCStatsReport.EntriesJsIteratorIterableTypeParameterArrayUnionType>> entries(String key) -
forEach
-
forEach
-
get
-
getId
-
getLocal
Deprecated. -
getRemote
Deprecated. -
getSize
@JsProperty double getSize() -
getTimestamp
-
getType
-
has
-
keys
elemental2.core.JsIteratorIterable<String> keys() -
names
elemental2.core.JsArray<String> names() -
stat
-
values
elemental2.core.JsIteratorIterable<RTCStats> values()
-