SubtitleStyle

data class SubtitleStyle(val foregroundColor: Int, val backgroundColor: Int, val windowColor: Int, val edgeType: SubtitleStyle.EdgeType, val edgeColor: Int, val backgroundRadiusPx: Int, val paddingTopPx: Int, val paddingBottomPx: Int, val paddingLeftPx: Int, val paddingRightPx: Int)

Constructors

Link copied to clipboard
constructor(foregroundColor: Int, backgroundColor: Int, windowColor: Int, edgeType: SubtitleStyle.EdgeType, edgeColor: Int, backgroundRadiusPx: Int, paddingTopPx: Int, paddingBottomPx: Int, paddingLeftPx: Int, paddingRightPx: Int)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val edgeColor: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val paddingLeftPx: Int
Link copied to clipboard
Link copied to clipboard
val paddingTopPx: Int
Link copied to clipboard
val windowColor: Int

Functions

Link copied to clipboard
operator fun component1(): Int
Link copied to clipboard
operator fun component10(): Int
Link copied to clipboard
operator fun component2(): Int
Link copied to clipboard
operator fun component3(): Int
Link copied to clipboard
Link copied to clipboard
operator fun component5(): Int
Link copied to clipboard
operator fun component6(): Int
Link copied to clipboard
operator fun component7(): Int
Link copied to clipboard
operator fun component8(): Int
Link copied to clipboard
operator fun component9(): Int
Link copied to clipboard
fun copy(foregroundColor: Int, backgroundColor: Int, windowColor: Int, edgeType: SubtitleStyle.EdgeType, edgeColor: Int, backgroundRadiusPx: Int, paddingTopPx: Int, paddingBottomPx: Int, paddingLeftPx: Int, paddingRightPx: Int): SubtitleStyle