SourceOptions

SourceOptions

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

Constructors

SourceOptionsconstructor(startOffset: Double? = null, startOffsetTimelineReference: TimelineReferencePoint? = null)

Properties

NameSummary
startOffsetvar startOffset: Double?
The position where the stream should be started. The provided number can be:
startOffsetTimelineReferencevar startOffsetTimelineReference: TimelineReferencePoint?
Sets the Timeline reference point to calculate the startOffset from.