web api instance property
SourceBuffer: timestampOffset property
Available in 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:
InvalidStateErrorDOMException- : Thrown if one or more of the
SourceBufferobjects insourceBuffersare being updated (i.e., theirupdatingproperty is currentlytrue), a media segment inside theSourceBufferis currently being parsed, or thisSourceBufferhas been removed from theMediaSource.
- : Thrown if one or more of the
Examples
TBD
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.