audio property

Implementation

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

Implementation

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