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