output property

Implementation

_i3.EncodedVideoChunkOutputCallback get output => _i4.getProperty(
      this,
      'output',
    );
set output (EncodedVideoChunkOutputCallback value)

Implementation

set output(_i3.EncodedVideoChunkOutputCallback value) {
  _i4.setProperty(
    this,
    'output',
    value,
  );
}