channelCount property

num get channelCount

Implementation

_i2.num get channelCount => _i4.getProperty(
      this,
      'channelCount',
    );
set channelCount (num value)

Implementation

set channelCount(_i2.num value) {
  _i4.setProperty(
    this,
    'channelCount',
    value,
  );
}