Closed Caption Entry
data class ClosedCaptionEntry(val text: Component, val direction: ClosedCaptionDirection, val textColor: Int, val backgroundColor: Int)
Constructors
Link copied to clipboard
constructor(text: Component, direction: ClosedCaptionDirection, textColor: Int, backgroundColor: Int)