timestampOffset property
double
get
timestampOffset
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.
Implementation
external double get timestampOffset;
set
timestampOffset
(num value)
Implementation
external set timestampOffset(num value);