The RTCRtpContributingSource dictionary of the the WebRTC API
used by web.getContributingSources()
to provide information
a given contributing source (CSRC), including the most recent
a packet that the source contributed was played out.
The RTCRtpContributingSource dictionary of the the WebRTC API used by `web.getContributingSources()` to provide information a given contributing source (CSRC), including the most recent a packet that the source contributed was played out.
(audio-level this)
Property.
The read-only audioLevel property of the 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 `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`
(set-audio-level! this val)
Property.
The read-only audioLevel property of the 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 `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`
(set-source! this val)
Property.
The read-only source property of the 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 `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`
(set-timestamp! this val)
Property.
The read-only timestamp property of the rtc.RTCRtpContributingSource
returns a 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 `rtc.RTCRtpContributingSource` returns a `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`
(source this)
Property.
The read-only source property of the 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 `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`
(timestamp this)
Property.
The read-only timestamp property of the rtc.RTCRtpContributingSource
returns a 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 `rtc.RTCRtpContributingSource` returns a `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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close