videoBitsPerSecond property

int videoBitsPerSecond

Implementation

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

Implementation

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