SourceOptions

data class SourceOptions(var startOffset: Double? = null, var startOffsetTimelineReference: TimelineReferencePoint? = null) : Parcelable

Constructors

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

Properties

Link copied to clipboard

The position where the stream should be started. Number can be positive or negative depending on the used TimelineReferencePoint. Invalid numbers will be corrected according to the stream boundaries.

Link copied to clipboard

Sets the Timeline reference point to calculate the startOffset from.