toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
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
)