SourceBuffer: timestampOffset property
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:
InvalidStateErrorDOMException-
Thrown if one or more of the
SourceBufferobjects inMediaSource.sourceBuffersare being updated (i.e. theirSourceBuffer.updatingproperty is currentlytrue), a media segment inside theSourceBufferis currently being parsed, or thisSourceBufferhas been removed from theMediaSource.
Examples
TBD
Specifications
| Specification |
|---|
| Media Source Extensions™ # dom-sourcebuffer-timestampoffset |
Browser compatibility
BCD tables only load in the browser