addSourceBuffer property

SourceBuffer Function(String) get addSourceBuffer

Implementation

_i3.SourceBuffer Function(_i2.String) get addSourceBuffer =>
    (_i2.String p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'addSourceBuffer',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set addSourceBuffer (SourceBuffer value(String))

Implementation

set addSourceBuffer(_i3.SourceBuffer Function(_i2.String) value) {
  _i4.setProperty(
    this,
    'addSourceBuffer',
    _i4.allowInterop(value),
  );
}