removeSourceBuffer property
void Function(SourceBuffer)
get
removeSourceBuffer
Implementation
void Function(_i3.SourceBuffer) get removeSourceBuffer =>
(_i3.SourceBuffer p0) => _i4.callMethod(
_i4.getProperty(
this,
'removeSourceBuffer',
),
r'call',
[
this,
p0,
],
);
set
removeSourceBuffer
(void value(SourceBuffer))
Implementation
set removeSourceBuffer(void Function(_i3.SourceBuffer) value) {
_i4.setProperty(
this,
'removeSourceBuffer',
_i4.allowInterop(value),
);
}