TimelineReferencePoint

TimelineReferencePoint

enum TimelineReferencePoint : Parcelable, Enum<TimelineReferencePoint>

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

Entries

StartStart
Relative offset will be calculated from the beginning of the stream or DVR window.
EndEnd
Relative offset will be calculated from the end of the stream or the live edge in case of a live stream with DVR window.

Properties

NameSummary
entriesval entries: EnumEntries<TimelineReferencePoint>
Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

NameSummary
valueOffun valueOf(value: String): TimelineReferencePoint
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
valuesfun values(): Array<TimelineReferencePoint>
Returns an array containing the constants of this enum type, in the order they're declared.