Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.utils
/
VideoDownloadManager
/
DownloadedFileInfo
Downloaded
File
Info
data
class
DownloadedFileInfo
(
val
totalBytes
:
Long
,
val
relativePath
:
String
,
val
displayName
:
String
,
val
extraInfo
:
String
?
=
null
,
val
basePath
:
String
?
=
null
)
(
source
)
Members
Constructors
Downloaded
File
Info
Link copied to clipboard
constructor
(
totalBytes
:
Long
,
relativePath
:
String
,
displayName
:
String
,
extraInfo
:
String
?
=
null
,
basePath
:
String
?
=
null
)
Properties
base
Path
Link copied to clipboard
val
basePath
:
String
?
display
Name
Link copied to clipboard
val
displayName
:
String
extra
Info
Link copied to clipboard
val
extraInfo
:
String
?
relative
Path
Link copied to clipboard
val
relativePath
:
String
total
Bytes
Link copied to clipboard
val
totalBytes
:
Long