audioBitsPerSecond property

int audioBitsPerSecond

Implementation

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

Implementation

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