TimelineReferencePoint
enum TimelineReferencePoint : Parcelable, Enum<TimelineReferencePoint>
Reference points on a timeline to allow definition of relative offsets.
Entries
| Start | Start Relative offset will be calculated from the beginning of the stream or DVR window. |
| End | 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. |
Properties
| Name | Summary |
|---|---|
| entries | val entries: EnumEntries<TimelineReferencePoint> Returns a representation of an immutable list of all enum entries, in the order they're declared. |
Functions
| Name | Summary |
|---|---|
| valueOf | fun 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.) |
| values | fun values(): Array<TimelineReferencePoint> Returns an array containing the constants of this enum type, in the order they're declared. |