toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
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
?
=
null
display
Name
Link copied to clipboard
val
displayName
:
String
extra
Info
Link copied to clipboard
val
extraInfo
:
String
?
=
null
relative
Path
Link copied to clipboard
val
relativePath
:
String
total
Bytes
Link copied to clipboard
val
totalBytes
:
Long