remove method
The remove() method of the SourceBuffer
interface removes media segments within a specific time range from the
SourceBuffer. This method can only be called when
SourceBuffer.updating equals false. If
SourceBuffer.updating is not equal to false, call
SourceBuffer.abort.
Implementation
external void remove(
num start,
num end,
);