output property

Implementation

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

Implementation

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