TimelineReferencePoint

enum TimelineReferencePoint : Enum<TimelineReferencePoint> , Parcelable

Reference points on a timeline to allow definition of relative offsets.

Entries

Start
Link copied to clipboard
Relative offset will be calculated from the beginning of the stream or DVR window.
End
Link copied to clipboard
End()
Relative offset will be calculated from the end of the stream or the live edge in case of a live stream with DVR window.

Inherited properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int

Inherited functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)