toggle menu
BB Native Player SDK
common
switch theme
search in API
bbnativeshared
/
com.bluebillywig.bbnativeshared.model
/
VideoTrack
Video
Track
data
class
VideoTrack
(
var
id
:
String
?
=
null
,
var
videoId
:
Int
?
=
null
,
var
isocode
:
String
?
=
null
,
var
roleFlags
:
Int
?
=
null
,
var
label
:
String
?
=
null
,
var
isSelected
:
Boolean
?
=
null
,
var
mimeType
:
String
?
=
null
,
var
origId
:
String
?
=
null
)
Members
Constructors
Video
Track
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
videoId
:
Int
?
=
null
,
isocode
:
String
?
=
null
,
roleFlags
:
Int
?
=
null
,
label
:
String
?
=
null
,
isSelected
:
Boolean
?
=
null
,
mimeType
:
String
?
=
null
,
origId
:
String
?
=
null
)
Properties
id
Link copied to clipboard
var
id
:
String
?
isocode
Link copied to clipboard
var
isocode
:
String
?
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
?
role
Flags
Link copied to clipboard
var
roleFlags
:
Int
?
video
Id
Link copied to clipboard
var
videoId
:
Int
?