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