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