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