toggle menu
BlendVision Android Player SDK
androidJvm
switch theme
search in API
bv-playback
/
com.blendvision.player.playback.presentation.entity
/
PluginSubtitle
Plugin
Subtitle
data
class
PluginSubtitle
(
val
url
:
String
,
val
mineType
:
PluginSubtitle.Type
,
val
language
:
String
)
Members
Constructors
Plugin
Subtitle
Link copied to clipboard
constructor
(
url
:
String
,
mineType
:
PluginSubtitle.Type
,
language
:
String
)
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
PluginSubtitle.Type
>
Properties
language
Link copied to clipboard
val
language
:
String
mine
Type
Link copied to clipboard
val
mineType
:
PluginSubtitle.Type
url
Link copied to clipboard
val
url
:
String
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
String
component2
Link copied to clipboard
operator
fun
component2
(
)
:
PluginSubtitle.Type
component3
Link copied to clipboard
operator
fun
component3
(
)
:
String
copy
Link copied to clipboard
fun
copy
(
url
:
String
,
mineType
:
PluginSubtitle.Type
,
language
:
String
)
:
PluginSubtitle