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)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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