bufferedAmountLowThreshold property

int bufferedAmountLowThreshold

Implementation

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

Implementation

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