decoderConfig property

VideoDecoderConfig decoderConfig

Implementation

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

Implementation

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