SourceOptions
data class SourceOptions(var startOffset: Double? = null, var startOffsetTimelineReference: TimelineReferencePoint? = null) : Parcelable
Constructors
| SourceOptions | constructor(startOffset: Double? = null, startOffsetTimelineReference: TimelineReferencePoint? = null) |
Properties
| Name | Summary |
|---|---|
| startOffset | var startOffset: Double? The position where the stream should be started. The provided number can be: |
| startOffsetTimelineReference | var startOffsetTimelineReference: TimelineReferencePoint? Sets the Timeline reference point to calculate the startOffset from. |