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);
}