player-android
Toggle table of contents
3.125.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
player-android
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