toggle menu
fl-android-sdk
7.0.266
androidJvm
switch theme
search in API
fl-player-interface
/
com.quickplay.vstb7.player.text
/
CaptionStyle
Caption
Style
class
CaptionStyle
(
val
foregroundColor
:
Int
,
val
backgroundColor
:
Int
,
val
windowColor
:
Int
=
Color.TRANSPARENT
,
val
edgeType
:
EdgeType
=
EdgeType.NONE
,
val
edgeColor
:
Int
=
Color.WHITE
,
val
typeface
:
Typeface
?
=
null
)
Members
Constructors
Caption
Style
Link copied to clipboard
constructor
(
foregroundColor
:
Int
,
backgroundColor
:
Int
,
windowColor
:
Int
=
Color.TRANSPARENT
,
edgeType
:
EdgeType
=
EdgeType.NONE
,
edgeColor
:
Int
=
Color.WHITE
,
typeface
:
Typeface
?
=
null
)
Properties
background
Color
Link copied to clipboard
val
backgroundColor
:
Int
edge
Color
Link copied to clipboard
val
edgeColor
:
Int
edge
Type
Link copied to clipboard
val
edgeType
:
EdgeType
foreground
Color
Link copied to clipboard
val
foregroundColor
:
Int
typeface
Link copied to clipboard
val
typeface
:
Typeface
?
=
null
window
Color
Link copied to clipboard
val
windowColor
:
Int