toggle menu
player-android
3.79.0
androidJvm
switch theme
search in API
player-core
/
com.bitmovin.player
/
CaptionStyle
Caption
Style
data
class
CaptionStyle
(
val
foregroundColor
:
Int
,
val
backgroundColor
:
Int
,
val
windowColor
:
Int
,
val
edgeType
:
Int
,
val
edgeColor
:
Int
,
val
typeface
:
Typeface
?
)
Members
Constructors
Caption
Style
Link copied to clipboard
constructor
(
foregroundColor
:
Int
,
backgroundColor
:
Int
,
windowColor
:
Int
,
edgeType
:
Int
,
edgeColor
:
Int
,
typeface
:
Typeface
?
)
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
:
Int
foreground
Color
Link copied to clipboard
val
foregroundColor
:
Int
typeface
Link copied to clipboard
val
typeface
:
Typeface
?
window
Color
Link copied to clipboard
val
windowColor
:
Int