player-android
Toggle table of contents
3.123.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
player-android
player-core
/
com.bitmovin.player.api.event.data
/
SeekPosition
Seek
Position
data
class
SeekPosition
(
val
source
:
Source
,
val
time
:
Double
)
Members
Constructors
Seek
Position
Link copied to clipboard
constructor
(
source
:
Source
,
time
:
Double
)
Properties
source
Link copied to clipboard
val
source
:
Source
The relevant
Source
.
time
Link copied to clipboard
val
time
:
Double
The position within the
source
in seconds.