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`.
(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`
(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`
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close