allocationSize property

num Function([VideoFrameCopyToOptions?]) get allocationSize

Implementation

_i2.num Function([_i3.VideoFrameCopyToOptions?]) get allocationSize =>
    ([_i3.VideoFrameCopyToOptions? p0]) => _i4.callMethod(
          _i4.getProperty(
            this,
            'allocationSize',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
          ],
        );
set allocationSize (num value([VideoFrameCopyToOptions?]))

Implementation

set allocationSize(_i2.num Function([_i3.VideoFrameCopyToOptions?]) value) {
  _i4.setProperty(
    this,
    'allocationSize',
    _i4.allowInterop(value),
  );
}