Liking cljdoc? Tell your friends :D

rtc.RTCRtpEncodingParameters

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

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

max-bitratecljs

(max-bitrate this)

Property.

The rtc.RTCRtpEncodingParameters dictionary's maxBitrate property the maximum number of bits per second to allow a track encoded 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 `rtc.RTCRtpEncodingParameters` dictionary's maxBitrate property
the maximum number of bits per second to allow a track encoded
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

scale-resolution-down-bycljs

(scale-resolution-down-by this)

Property.

The rtc.RTCRtpEncodingParameters dictionary's scaleResolutionDownBy can be used to specify a factor by which to reduce the size of video track during encoding.

`rtpEncodingParameters.scaleResolutionDownBy = scalingFactor;

rtpEncodingParameters = { scaleResolutionDownBy: scalingFactor };`

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

Property.

The `rtc.RTCRtpEncodingParameters` dictionary's scaleResolutionDownBy
can be used to specify a factor by which to reduce the size of
video track during encoding.

`rtpEncodingParameters.scaleResolutionDownBy = scalingFactor;

rtpEncodingParameters = {
scaleResolutionDownBy: scalingFactor
};`

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

set-max-bitrate!cljs

(set-max-bitrate! this val)

Property.

The rtc.RTCRtpEncodingParameters dictionary's maxBitrate property the maximum number of bits per second to allow a track encoded 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 `rtc.RTCRtpEncodingParameters` dictionary's maxBitrate property
the maximum number of bits per second to allow a track encoded
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-scale-resolution-down-by!cljs

(set-scale-resolution-down-by! this val)

Property.

The rtc.RTCRtpEncodingParameters dictionary's scaleResolutionDownBy can be used to specify a factor by which to reduce the size of video track during encoding.

`rtpEncodingParameters.scaleResolutionDownBy = scalingFactor;

rtpEncodingParameters = { scaleResolutionDownBy: scalingFactor };`

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

Property.

The `rtc.RTCRtpEncodingParameters` dictionary's scaleResolutionDownBy
can be used to specify a factor by which to reduce the size of
video track during encoding.

`rtpEncodingParameters.scaleResolutionDownBy = scalingFactor;

rtpEncodingParameters = {
scaleResolutionDownBy: scalingFactor
};`

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

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

× close