decoderConfig property

VideoDecoderConfig get decoderConfig

Implementation

VideoDecoderConfig get decoderConfig =>
    js_util.getProperty(this, 'decoderConfig');
set decoderConfig (VideoDecoderConfig newValue)

Implementation

set decoderConfig(VideoDecoderConfig newValue) {
  js_util.setProperty(this, 'decoderConfig', newValue);
}