Firefox Tomorrow

web api instance property

SourceBuffer: timestampOffset property

View on MDN ↗

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:

  • InvalidStateError DOMException
    • : Thrown if one or more of the SourceBuffer objects in sourceBuffers are being updated (i.e., their updating property is currently true), a media segment inside the SourceBuffer is currently being parsed, or this SourceBuffer has been removed from the MediaSource.

Examples

TBD

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also