samplerate property

int get samplerate

Implementation

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

Implementation

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