The WebRTC API's RTCRtpSendParameters dictionary is used to specify
parameters for an rtc.RTCRtpSender when calling its web.setParameters()
The WebRTC API's RTCRtpSendParameters dictionary is used to specify parameters for an `rtc.RTCRtpSender` when calling its `web.setParameters()`
(encodings this)Property.
The rtc.RTCRtpSendParameters dictionary's encodings property
an rtc.RTCRtpEncodingParameters object providing configuration
for the encoder being used for the rtc.RTCRtpSender's web.track.
`sendParameters.encodings = encodingParameterList;
encodingParameterList = sendParameters.encodings;`
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpSendParameters/encodings
Property. The `rtc.RTCRtpSendParameters` dictionary's encodings property an `rtc.RTCRtpEncodingParameters` object providing configuration for the encoder being used for the `rtc.RTCRtpSender`'s `web.track`. `sendParameters.encodings = encodingParameterList; encodingParameterList = sendParameters.encodings;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpSendParameters/encodings`
(set-encodings! this val)Property.
The rtc.RTCRtpSendParameters dictionary's encodings property
an rtc.RTCRtpEncodingParameters object providing configuration
for the encoder being used for the rtc.RTCRtpSender's web.track.
`sendParameters.encodings = encodingParameterList;
encodingParameterList = sendParameters.encodings;`
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpSendParameters/encodings
Property. The `rtc.RTCRtpSendParameters` dictionary's encodings property an `rtc.RTCRtpEncodingParameters` object providing configuration for the encoder being used for the `rtc.RTCRtpSender`'s `web.track`. `sendParameters.encodings = encodingParameterList; encodingParameterList = sendParameters.encodings;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpSendParameters/encodings`
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 |