SourceOptions

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

Constructors

Link copied to clipboard
fun SourceOptions(parcel: Parcel)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun writeToParcel(dest: Parcel, flags: Int)

Properties

Link copied to clipboard
var startOffset: Double? = null

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
var startOffsetTimelineReference: TimelineReferencePoint? = null

Sets the Timeline reference point to calculate the startOffset from.