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. The provided number can be:

Link copied to clipboard

Sets the Timeline reference point to calculate the startOffset from.