addMarker

open fun addMarker(marker: Long)

Adds a marker to the list of markers. Filtering of pre-roll or post-roll markers should be done by the caller. The seekbar will be redrawn to show the marker.

Parameters

marker

a point in milliseconds on the seekbar which should be marked.


open fun addMarker(marker: Int)

Deprecated

Deprecated. Instead use {addMarker}