encodings property
Iterable<RTCRtpEncodingParameters>
get
encodings
Implementation
Iterable<RTCRtpEncodingParameters> get encodings =>
js_util.getProperty(this, 'encodings');
set
encodings
(Iterable<RTCRtpEncodingParameters> newValue)
Implementation
set encodings(Iterable<RTCRtpEncodingParameters> newValue) {
js_util.setProperty(this, 'encodings', newValue);
}