Iterable<int> get outputChannelCount => js_util.getProperty(this, 'outputChannelCount');
set outputChannelCount(Iterable<int> newValue) { js_util.setProperty(this, 'outputChannelCount', newValue); }