remove method
Removes the media segments defined by the specified time range from the SourceBuffer.
Important This method is not supported in Internet Explorer 11 on Windows 7.
![]() |
Syntax
SourceBuffer.remove(start, end);Parameters
- start [in]
-
Type: double
The start of the time range.
- end [in]
-
Type: double
The end of the time range.
Return value
This method does not return a value.
See also
Show:
