ClosedCaptionEntry

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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val text: Component
Link copied to clipboard