samplerate property

int samplerate

Implementation

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

Implementation

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