video property

Implementation

KeySystemTrackConfiguration get video => js_util.getProperty(this, 'video');
void video=(KeySystemTrackConfiguration newValue)

Implementation

set video(KeySystemTrackConfiguration newValue) {
  js_util.setProperty(this, 'video', newValue);
}