toggle menu
BlendVision Android Player SDK
androidJvm
switch theme
search in API
bv-download
/
com.blendvision.player.download.presentation.entity
/
BaseTrack
/
SubtitleTrack
Subtitle
Track
data
class
SubtitleTrack
(
val
id
:
Int
,
val
groupId
:
Int
,
val
lang
:
String
,
val
label
:
String
)
:
BaseTrack
Members
Constructors
Subtitle
Track
Link copied to clipboard
constructor
(
id
:
Int
,
groupId
:
Int
,
lang
:
String
,
label
:
String
)
Properties
group
Id
Link copied to clipboard
val
groupId
:
Int
id
Link copied to clipboard
val
id
:
Int
label
Link copied to clipboard
val
label
:
String
lang
Link copied to clipboard
val
lang
:
String
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
Int
component2
Link copied to clipboard
operator
fun
component2
(
)
:
Int
component3
Link copied to clipboard
operator
fun
component3
(
)
:
String
component4
Link copied to clipboard
operator
fun
component4
(
)
:
String
copy
Link copied to clipboard
fun
copy
(
id
:
Int
,
groupId
:
Int
,
lang
:
String
,
label
:
String
)
:
BaseTrack.SubtitleTrack