Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.ui.player
/
GeneratorPlayer
/
TempMetaData
Temp
Meta
Data
data
class
TempMetaData
(
var
episode
:
Int
?
=
null
,
var
season
:
Int
?
=
null
,
var
name
:
String
?
=
null
,
var
imdbId
:
String
?
=
null
)
(
source
)
Members
Constructors
Temp
Meta
Data
Link copied to clipboard
constructor
(
episode
:
Int
?
=
null
,
season
:
Int
?
=
null
,
name
:
String
?
=
null
,
imdbId
:
String
?
=
null
)
Properties
episode
Link copied to clipboard
var
episode
:
Int
?
imdb
Id
Link copied to clipboard
var
imdbId
:
String
?
name
Link copied to clipboard
var
name
:
String
?
season
Link copied to clipboard
var
season
:
Int
?