toggle menu
BB Native Player SDK
common
switch theme
search in API
bbnativeshared
/
com.bluebillywig.bbnativeshared.model
/
Quality
Quality
data
class
Quality
(
var
id
:
String
?
=
null
,
var
index
:
Int
?
=
null
,
var
label
:
String
?
=
null
,
var
isSelected
:
Boolean
?
=
null
,
var
mimeType
:
String
?
=
null
,
var
origId
:
String
?
=
null
,
var
bitrate
:
Int
=
-1
,
var
height
:
Int
=
-1
)
Members
Constructors
Quality
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
index
:
Int
?
=
null
,
label
:
String
?
=
null
,
isSelected
:
Boolean
?
=
null
,
mimeType
:
String
?
=
null
,
origId
:
String
?
=
null
,
bitrate
:
Int
=
-1
,
height
:
Int
=
-1
)
Properties
bitrate
Link copied to clipboard
var
bitrate
:
Int
height
Link copied to clipboard
var
height
:
Int
id
Link copied to clipboard
var
id
:
String
?
index
Link copied to clipboard
var
index
:
Int
?
is
Selected
Link copied to clipboard
var
isSelected
:
Boolean
?
label
Link copied to clipboard
var
label
:
String
?
mime
Type
Link copied to clipboard
var
mimeType
:
String
?
orig
Id
Link copied to clipboard
var
origId
:
String
?