videoBitsPerSecond property
int
get
videoBitsPerSecond
Implementation
int get videoBitsPerSecond => js_util.getProperty(this, 'videoBitsPerSecond');
set
videoBitsPerSecond
(int newValue)
Implementation
set videoBitsPerSecond(int newValue) {
js_util.setProperty(this, 'videoBitsPerSecond', newValue);
}