SourceBuffer: timestampOffset property
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.
Value
A double, with the offset amount expressed in seconds.
Exceptions
The following exception may be thrown when setting a new value for this property:
InvalidStateError
DOMException
-
Thrown if one or more of the
SourceBuffer
objects inMediaSource.sourceBuffers
are being updated (i.e. theirSourceBuffer.updating
property is currentlytrue
), a media segment inside theSourceBuffer
is currently being parsed, or thisSourceBuffer
has been removed from theMediaSource
.
Examples
TBD
Specifications
Specification |
---|
Media Source Extensions™ # dom-sourcebuffer-timestampoffset |
Browser compatibility
BCD tables only load in the browser