Liking cljdoc? Tell your friends :D

web.rtc.RTCStats

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.
raw docstring

idcljs

(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`
sourceraw docstring

set-id!cljs

(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`
sourceraw docstring

set-timestamp!cljs

(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`
sourceraw docstring

set-type!cljs

(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`
sourceraw docstring

timestampcljs

(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`
sourceraw docstring

typecljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close