Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.utils
/
VideoDownloadManager
/
streamLazy
stream
Lazy
suspend
fun
streamLazy
(
url
:
String
,
headers
:
Map
<
String
,
String
>
,
referer
:
String
,
startByte
:
Long
,
chuckSize
:
Long
=
(1 shl 20) * 10
,
bufferSize
:
Int
=
DEFAULT_BUFFER_SIZE
,
maximumSmallSize
:
Long
=
chuckSize * 2
)
:
VideoDownloadManager.LazyStreamDownloadData
(
source
)