encodings property

Implementation

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

Implementation

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