toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.actions.temp.fcast
/
PlaybackUpdateMessage
Playback
Update
Message
data
class
PlaybackUpdateMessage
(
val
generationTime
:
Long
,
val
time
:
Double
,
val
duration
:
Double
,
val
state
:
Int
,
val
speed
:
Double
)
(
source
)
Members
Constructors
Playback
Update
Message
Link copied to clipboard
constructor
(
generationTime
:
Long
,
time
:
Double
,
duration
:
Double
,
state
:
Int
,
speed
:
Double
)
Properties
duration
Link copied to clipboard
val
duration
:
Double
generation
Time
Link copied to clipboard
val
generationTime
:
Long
speed
Link copied to clipboard
val
speed
:
Double
state
Link copied to clipboard
val
state
:
Int
time
Link copied to clipboard
val
time
:
Double