toggle menu
player-android
3.79.0
androidJvm
switch theme
search in API
player-core
/
com.bitmovin.player.api
/
TimeRange
Time
Range
data
class
TimeRange
(
val
start
:
Double
,
val
end
:
Double
)
A time range in seconds.
Members
Constructors
Time
Range
Link copied to clipboard
constructor
(
start
:
Double
,
end
:
Double
)
Properties
end
Link copied to clipboard
val
end
:
Double
The end of the range in seconds.
start
Link copied to clipboard
val
start
:
Double
The start of the range in seconds.