encode property

void Function(VideoFrame, [VideoEncoderEncodeOptions?]) get encode

Implementation

void Function(
  _i3.VideoFrame, [
  _i3.VideoEncoderEncodeOptions?,
]) get encode => (
      _i3.VideoFrame p0, [
      _i3.VideoEncoderEncodeOptions? p1,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'encode',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined,
          ],
        );
set encode (void value(VideoFrame, [VideoEncoderEncodeOptions?]))

Implementation

set encode(
    void Function(
      _i3.VideoFrame, [
      _i3.VideoEncoderEncodeOptions?,
    ]) value) {
  _i4.setProperty(
    this,
    'encode',
    _i4.allowInterop(value),
  );
}