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
@
Serializable
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
@
SerialName
(
value
=
"id"
)
val
id
:
Int
?
length
Link copied to clipboard
@
SerialName
(
value
=
"length"
)
val
length
:
Long
?
path
Link copied to clipboard
@
SerialName
(
value
=
"path"
)
val
path
:
String
?