bitrate property

int bitrate

Implementation

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

Implementation

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