SaveChromeCaptionStyle

data class SaveChromeCaptionStyle(var fontFamily: String? = null, var fontGenericFamily: Int? = null, var backgroundColor: Int = 16777215, var edgeColor: Int = Color.BLACK, var edgeType: Int = TextTrackStyle.EDGE_TYPE_OUTLINE, var foregroundColor: Int = Color.WHITE, var fontScale: Float = 1.05f, var windowColor: Int = Color.TRANSPARENT)

Constructors

Link copied to clipboard
constructor(fontFamily: String? = null, fontGenericFamily: Int? = null, backgroundColor: Int = 16777215, edgeColor: Int = Color.BLACK, edgeType: Int = TextTrackStyle.EDGE_TYPE_OUTLINE, foregroundColor: Int = Color.WHITE, fontScale: Float = 1.05f, windowColor: Int = Color.TRANSPARENT)

Properties

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