requestVideoFrameCallback property

num Function(VideoFrameRequestCallback) requestVideoFrameCallback

Implementation

_i2.num Function(_i3.VideoFrameRequestCallback)
    get requestVideoFrameCallback =>
        (_i3.VideoFrameRequestCallback p0) => _i4.callMethod(
              _i4.getProperty(
                this,
                'requestVideoFrameCallback',
              ),
              r'call',
              [
                this,
                p0,
              ],
            );
void requestVideoFrameCallback=(num value(VideoFrameRequestCallback))

Implementation

set requestVideoFrameCallback(
    _i2.num Function(_i3.VideoFrameRequestCallback) value) {
  _i4.setProperty(
    this,
    'requestVideoFrameCallback',
    _i4.allowInterop(value),
  );
}