audioBitsPerSecond property

int get audioBitsPerSecond

Implementation

int get audioBitsPerSecond => js_util.getProperty(this, 'audioBitsPerSecond');
set audioBitsPerSecond (int newValue)

Implementation

set audioBitsPerSecond(int newValue) {
  js_util.setProperty(this, 'audioBitsPerSecond', newValue);
}