output property

Implementation

EncodedAudioChunkOutputCallback get output =>
    js_util.getProperty(this, 'output');
void output=(EncodedAudioChunkOutputCallback newValue)

Implementation

set output(EncodedAudioChunkOutputCallback newValue) {
  js_util.setProperty(this, 'output', newValue);
}