toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.utils
/
VideoDownloadManager
/
DownloadEpisodeMetadata
Download
Episode
Metadata
data
class
DownloadEpisodeMetadata
(
val
id
:
Int
,
val
mainName
:
String
,
val
sourceApiName
:
String
?
,
val
poster
:
String
?
,
val
name
:
String
?
,
val
season
:
Int
?
,
val
episode
:
Int
?
,
val
type
:
TvType
?
)
(
source
)
Members
Constructors
Download
Episode
Metadata
Link copied to clipboard
constructor
(
id
:
Int
,
mainName
:
String
,
sourceApiName
:
String
?
,
poster
:
String
?
,
name
:
String
?
,
season
:
Int
?
,
episode
:
Int
?
,
type
:
TvType
?
)
Properties
episode
Link copied to clipboard
val
episode
:
Int
?
id
Link copied to clipboard
val
id
:
Int
main
Name
Link copied to clipboard
val
mainName
:
String
name
Link copied to clipboard
val
name
:
String
?
poster
Link copied to clipboard
val
poster
:
String
?
season
Link copied to clipboard
val
season
:
Int
?
source
Api
Name
Link copied to clipboard
val
sourceApiName
:
String
?
type
Link copied to clipboard
val
type
:
TvType
?