seekableRange

abstract val seekableRange: TimeRange

A TimeRange that includes all possible playback time values between the start and the end of the source. Values in the time range are valid for seek operations via Player.seek or PlaylistApi.seek.

Returns TimeRange(0.0, 0.0) for live sources.