noiseSuppression property

bool noiseSuppression

Implementation

bool get noiseSuppression => js_util.getProperty(this, 'noiseSuppression');
void noiseSuppression=(bool newValue)

Implementation

set noiseSuppression(bool newValue) {
  js_util.setProperty(this, 'noiseSuppression', newValue);
}