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

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

× close