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`.
(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.
(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`
(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.
(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`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |