Player Module
3.22.0
Player Module
/
com.bitmovin.player.api
/
TimeRange
Time
Range
data
class
TimeRange
(
start
:
Double
,
end
:
Double
)
Content copied to clipboard
A time range in seconds.
Constructors
Properties
Constructors
Time
Range
Link copied to clipboard
fun
TimeRange
(
start
:
Double
,
end
:
Double
)
Content copied to clipboard
Properties
end
Link copied to clipboard
val
end
:
Double
Content copied to clipboard
The end of the range in seconds.
start
Link copied to clipboard
val
start
:
Double
Content copied to clipboard
The start of the range in seconds.