Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.ui.player
/
Torrent
/
TorrentFileStat
Torrent
File
Stat
data
class
TorrentFileStat
(
val
id
:
Int
?
,
val
path
:
String
?
,
val
length
:
Long
?
)
(
source
)
Members
Constructors
Torrent
File
Stat
Link copied to clipboard
constructor
(
id
:
Int
?
,
path
:
String
?
,
length
:
Long
?
)
Properties
id
Link copied to clipboard
val
id
:
Int
?
length
Link copied to clipboard
val
length
:
Long
?
path
Link copied to clipboard
val
path
:
String
?