Liking cljdoc? Tell your friends :D

web.rtc.RTCRtpContributingSource

The RTCRtpContributingSource dictionary of the the WebRTC API used by getContributingSources() to provide information about given contributing source (CSRC), including the most recent time packet that the source contributed was played out.

The RTCRtpContributingSource dictionary of the the WebRTC API
used by `getContributingSources()` to provide information about
given contributing source (CSRC), including the most recent time
packet that the source contributed was played out.
raw docstring

audio-levelcljs

(audio-level this)

Property.

The read-only audioLevel property of the web.rtc.RTCRtpContributingSource indicates the audio level contained in the last RTP packet played the described source.

var audioLevel = RTCRtpContributingSource.audioLevel

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpContributingSource/audioLevel

Property.

The read-only audioLevel property of the `web.rtc.RTCRtpContributingSource`
indicates the audio level contained in the last RTP packet played
the described source.

`var audioLevel = RTCRtpContributingSource.audioLevel`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpContributingSource/audioLevel`
sourceraw docstring

set-audio-level!cljs

(set-audio-level! this val)

Property.

The read-only audioLevel property of the web.rtc.RTCRtpContributingSource indicates the audio level contained in the last RTP packet played the described source.

var audioLevel = RTCRtpContributingSource.audioLevel

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpContributingSource/audioLevel

Property.

The read-only audioLevel property of the `web.rtc.RTCRtpContributingSource`
indicates the audio level contained in the last RTP packet played
the described source.

`var audioLevel = RTCRtpContributingSource.audioLevel`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpContributingSource/audioLevel`
sourceraw docstring

set-source!cljs

(set-source! this val)

Property.

The read-only source property of the web.rtc.RTCRtpContributingSource returns the source identifier of a particular stream of RTP packets.

var sourceID = RTCRtpContributingSource.source

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpContributingSource/source

Property.

The read-only source property of the `web.rtc.RTCRtpContributingSource`
returns the source identifier of a particular stream of RTP packets.

`var sourceID = RTCRtpContributingSource.source`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpContributingSource/source`
sourceraw docstring

set-timestamp!cljs

(set-timestamp! this val)

Property.

The read-only timestamp property of the web.rtc.RTCRtpContributingSource returns a web.dom.DOMHighResTimeStamp indicating the most recent of playout of an RTP packet from the source.

var domHighResTimeStamp = RTCRtpContributingSource.timestamp

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpContributingSource/timestamp

Property.

The read-only timestamp property of the `web.rtc.RTCRtpContributingSource`
returns a `web.dom.DOMHighResTimeStamp` indicating the most recent
of playout of an RTP packet from the source.

`var domHighResTimeStamp = RTCRtpContributingSource.timestamp`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpContributingSource/timestamp`
sourceraw docstring

sourcecljs

(source this)

Property.

The read-only source property of the web.rtc.RTCRtpContributingSource returns the source identifier of a particular stream of RTP packets.

var sourceID = RTCRtpContributingSource.source

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpContributingSource/source

Property.

The read-only source property of the `web.rtc.RTCRtpContributingSource`
returns the source identifier of a particular stream of RTP packets.

`var sourceID = RTCRtpContributingSource.source`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpContributingSource/source`
sourceraw docstring

timestampcljs

(timestamp this)

Property.

The read-only timestamp property of the web.rtc.RTCRtpContributingSource returns a web.dom.DOMHighResTimeStamp indicating the most recent of playout of an RTP packet from the source.

var domHighResTimeStamp = RTCRtpContributingSource.timestamp

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpContributingSource/timestamp

Property.

The read-only timestamp property of the `web.rtc.RTCRtpContributingSource`
returns a `web.dom.DOMHighResTimeStamp` indicating the most recent
of playout of an RTP packet from the source.

`var domHighResTimeStamp = RTCRtpContributingSource.timestamp`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpContributingSource/timestamp`
sourceraw docstring

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

× close