seek

open fun seek(seekPoint: Long, seekPreference: SeekPreference? = null)

Seeks a content to a particular time position.

Parameters

seekPoint

the point to which the content needs to be seeked, in milliseconds.

seekPreference

the optional SeekPreference to be used just for this seek. After this seek, the seek behavior will restore to the value provided using com.quickplay.vstb7.player.PlayerBuilder.seekPreference. Default value is SeekPreference.EXACT.