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