outputChannelCount property

Iterable<int> outputChannelCount

Implementation

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

Implementation

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