toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.utils
/
VideoDownloadManager
/
DownloadedFileInfoResult
Downloaded
File
Info
Result
data
class
DownloadedFileInfoResult
(
val
fileLength
:
Long
,
val
totalBytes
:
Long
,
val
path
:
Uri
)
(
source
)
Members
Constructors
Downloaded
File
Info
Result
Link copied to clipboard
constructor
(
fileLength
:
Long
,
totalBytes
:
Long
,
path
:
Uri
)
Properties
file
Length
Link copied to clipboard
val
fileLength
:
Long
path
Link copied to clipboard
val
path
:
Uri
total
Bytes
Link copied to clipboard
val
totalBytes
:
Long