channelCount property

int get channelCount

Implementation

int get channelCount => JsUtil.iGetProperty(this, 'channelCount');
set channelCount (int newValue)

Implementation

set channelCount(int newValue) {
  JsUtil.setProperty(this, 'channelCount', newValue);
}