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