maxBitrate property

int maxBitrate

Implementation

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

Implementation

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