SeekTarget

data class SeekTarget(var offset: Double, var startOffsetTimelineReference: TimelineReferencePoint? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(offset: Double, startOffsetTimelineReference: TimelineReferencePoint? = null)

Properties

Link copied to clipboard

The position where playback should seek to. The provided number can be:

Link copied to clipboard

Sets the timeline reference point to calculate offset from.