Optional
cssOptional CSS classes that are applied to the marker on a (SeekBar) and can be used to differentiate different types of markers by their style (e.g. different color of chapter markers and ad break markers).
The CSS classes are also propagated to a connected (SeekBarLabel).
Multiple classes can be added to allow grouping of markers into types (e.g. chapter markers,
ad break markers) by a shared class and still identify and style each marker with distinct
classes (e.g. ['marker-type-chapter', 'chapter-number-1']
).
Optional
durationOptional duration (seconds) that makes the marker mark an interval instead of a single moment in time.
Optional
imageUrl to timeline marker image
Prefered small image sizes (~50px) with aspect ratio of 1:1
Best performing with SVG format
The time in the playback timeline (SeekBar) that should be marked.
For VOD this is the relative offset and for Live its an absolute UNIX timestamp.
Optional
titleOptional title text of the marked position, e.g. a chapter name.
Will be rendered in the (SeekBarLabel) attached to a (SeekBar).
Marks a position on the playback timeline, e.g. a chapter or an ad break.