Limited availability
Note: This feature is available in Dedicated Web Workers.
The timestampOffset
property of the SourceBuffer
interface controls the offset applied to timestamps inside media segments that are appended to the SourceBuffer
.
The initial value of timestampOffset
is 0.
A double, with the offset amount expressed in seconds.
ExceptionsThe following exception may be thrown when setting a new value for this property:
InvalidStateError
DOMException
Thrown if one or more of the SourceBuffer
objects in MediaSource.sourceBuffers
are being updated (i.e., their SourceBuffer.updating
property is currently true
), a media segment inside the SourceBuffer
is currently being parsed, or this SourceBuffer
has been removed from the MediaSource
.
TBD
Specifications Browser compatibility See alsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4