decoderConfig property

AudioDecoderConfig decoderConfig

Implementation

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

Implementation

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