Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.ui.player.live
/
LivestreamChunk
Livestream
Chunk
class
LivestreamChunk
(
durationMs
:
Long
,
val
receiveTimeMs
:
Long
=
System.currentTimeMillis()
)
(
source
)
Members
Constructors
Livestream
Chunk
Link copied to clipboard
constructor
(
durationMs
:
Long
,
receiveTimeMs
:
Long
=
System.currentTimeMillis()
)
Properties
receive
Time
Ms
Link copied to clipboard
val
receiveTimeMs
:
Long
target
Position
Link copied to clipboard
val
targetPosition
:
Long
Functions
get
Time
Ahead
Of
Live
Link copied to clipboard
fun
getTimeAheadOfLive
(
position
:
Long
)
:
Long
is
Position
Live
Link copied to clipboard
fun
isPositionLive
(
position
:
Long
)
:
Boolean