sendEncodings property

Implementation

Iterable<RTCRtpEncodingParameters> get sendEncodings =>
    js_util.getProperty(this, 'sendEncodings');
void sendEncodings=(Iterable<RTCRtpEncodingParameters> newValue)

Implementation

set sendEncodings(Iterable<RTCRtpEncodingParameters> newValue) {
  js_util.setProperty(this, 'sendEncodings', newValue);
}