Liking cljdoc? Tell your friends :D

web.rtc.RTCRtpEncodingParameters

An instance of the WebRTC API's RTCRtpEncodingParameters dictionary a single configuration of a codec for an web.audio.RTCRtpSender.

An instance of the WebRTC API's RTCRtpEncodingParameters dictionary
a single configuration of a codec for an `web.audio.RTCRtpSender`.
raw docstring

activecljs

(active this)

Property.

If true, the described encoding is currently actively being used. is, for RTP senders, the encoding is currently being used to data, while for receivers, the encoding is being used to decode data. The default value is true.

Property.

If true, the described encoding is currently actively being used.
is, for RTP senders, the encoding is currently being used to
data, while for receivers, the encoding is being used to decode
data. The default value is true.
raw docstring

max-bitratecljs

(max-bitrate this)

Property.

The web.rtc.RTCRtpEncodingParameters dictionary's maxBitrate specifies the maximum number of bits per second to allow a track with this encoding to use.

`rtpEncodingParameters.maxBitrate = maxBitsPerSecond;

rtpEncodingParameters = { maxBitrate: maxBitsPerSecond };

maxBitsPerSecond = rtpEncodingParameters.maxBitrate;`

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpEncodingParameters/maxBitrate

Property.

The `web.rtc.RTCRtpEncodingParameters` dictionary's maxBitrate
specifies the maximum number of bits per second to allow a track
with this encoding to use.

`rtpEncodingParameters.maxBitrate = maxBitsPerSecond;

rtpEncodingParameters = {
maxBitrate: maxBitsPerSecond
};

maxBitsPerSecond = rtpEncodingParameters.maxBitrate;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpEncodingParameters/maxBitrate`
raw docstring

set-active!cljs

(set-active! this val)

Property.

If true, the described encoding is currently actively being used. is, for RTP senders, the encoding is currently being used to data, while for receivers, the encoding is being used to decode data. The default value is true.

Property.

If true, the described encoding is currently actively being used.
is, for RTP senders, the encoding is currently being used to
data, while for receivers, the encoding is being used to decode
data. The default value is true.
raw docstring

set-max-bitrate!cljs

(set-max-bitrate! this val)

Property.

The web.rtc.RTCRtpEncodingParameters dictionary's maxBitrate specifies the maximum number of bits per second to allow a track with this encoding to use.

`rtpEncodingParameters.maxBitrate = maxBitsPerSecond;

rtpEncodingParameters = { maxBitrate: maxBitsPerSecond };

maxBitsPerSecond = rtpEncodingParameters.maxBitrate;`

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpEncodingParameters/maxBitrate

Property.

The `web.rtc.RTCRtpEncodingParameters` dictionary's maxBitrate
specifies the maximum number of bits per second to allow a track
with this encoding to use.

`rtpEncodingParameters.maxBitrate = maxBitsPerSecond;

rtpEncodingParameters = {
maxBitrate: maxBitsPerSecond
};

maxBitsPerSecond = rtpEncodingParameters.maxBitrate;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpEncodingParameters/maxBitrate`
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close