The RTCStats dictionary is the basic statistics object used by statistics monitoring model, providing the properties required all statistics data objects.
The RTCStats dictionary is the basic statistics object used by statistics monitoring model, providing the properties required all statistics data objects.
(id this)
Property.
The id property of the web.rtc.RTCStats
dictionary is a string
uniquely identifies the object for which this RTCStats object
statistics.
var id = RTCStats.id;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/id
Property. The id property of the `web.rtc.RTCStats` dictionary is a string uniquely identifies the object for which this RTCStats object statistics. `var id = RTCStats.id;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/id`
(set-id! this val)
Property.
The id property of the web.rtc.RTCStats
dictionary is a string
uniquely identifies the object for which this RTCStats object
statistics.
var id = RTCStats.id;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/id
Property. The id property of the `web.rtc.RTCStats` dictionary is a string uniquely identifies the object for which this RTCStats object statistics. `var id = RTCStats.id;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/id`
(set-timestamp! this val)
Property.
The timestamp property of the web.rtc.RTCStats
dictionary is
web.dom.DOMHighResTimeStamp
object specifying the time at which
data in the object was sampled.
var timestamp = RTCStats.timestamp;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/timestamp
Property. The timestamp property of the `web.rtc.RTCStats` dictionary is `web.dom.DOMHighResTimeStamp` object specifying the time at which data in the object was sampled. `var timestamp = RTCStats.timestamp;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/timestamp`
(set-type! this val)
Property.
The web.rtc.RTCStats
dictionary's property type is a string
specifies the type of statistic represented by the object, where
permitted values are drawn from the enum type web.rtc.RTCStatsType
.
var type = RTCStats.type;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/type
Property. The `web.rtc.RTCStats` dictionary's property type is a string specifies the type of statistic represented by the object, where permitted values are drawn from the enum type `web.rtc.RTCStatsType`. `var type = RTCStats.type;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/type`
(timestamp this)
Property.
The timestamp property of the web.rtc.RTCStats
dictionary is
web.dom.DOMHighResTimeStamp
object specifying the time at which
data in the object was sampled.
var timestamp = RTCStats.timestamp;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/timestamp
Property. The timestamp property of the `web.rtc.RTCStats` dictionary is `web.dom.DOMHighResTimeStamp` object specifying the time at which data in the object was sampled. `var timestamp = RTCStats.timestamp;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/timestamp`
(type this)
Property.
The web.rtc.RTCStats
dictionary's property type is a string
specifies the type of statistic represented by the object, where
permitted values are drawn from the enum type web.rtc.RTCStatsType
.
var type = RTCStats.type;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/type
Property. The `web.rtc.RTCStats` dictionary's property type is a string specifies the type of statistic represented by the object, where permitted values are drawn from the enum type `web.rtc.RTCStatsType`. `var type = RTCStats.type;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/type`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close