output property

Implementation

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

Implementation

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