CueItem

data class CueItem(val text: String?, val textAlignment: CueItem.TextAlignment?, val bitmap: Bitmap? = null, val line: Float, val lineType: Int, val lineAnchor: Int, val position: Float, val positionAnchor: Int, val size: Float, val bitmapHeight: Float = Cue.DIMEN_UNSET, val windowColorSet: Boolean, val windowColor: Int, val textSizeType: Int = Cue.TYPE_UNSET, val textSize: Float = Cue.DIMEN_UNSET, val verticalType: Int = Cue.TYPE_UNSET)

Constructors

Link copied to clipboard
constructor(text: String?, textAlignment: CueItem.TextAlignment?, bitmap: Bitmap? = null, line: Float, lineType: Int, lineAnchor: Int, position: Float, positionAnchor: Int, size: Float, bitmapHeight: Float = Cue.DIMEN_UNSET, windowColorSet: Boolean, windowColor: Int, textSizeType: Int = Cue.TYPE_UNSET, textSize: Float = Cue.DIMEN_UNSET, verticalType: Int = Cue.TYPE_UNSET)

Types

Link copied to clipboard
interface TextAlignment

Properties

Link copied to clipboard
val bitmap: Bitmap? = null
Link copied to clipboard
val bitmapHeight: Float
Link copied to clipboard
val line: Float
Link copied to clipboard
val lineAnchor: Int
Link copied to clipboard
val lineType: Int
Link copied to clipboard
val position: Float
Link copied to clipboard
Link copied to clipboard
val size: Float
Link copied to clipboard
val text: String?
Link copied to clipboard
Link copied to clipboard
val textSize: Float
Link copied to clipboard
val textSizeType: Int
Link copied to clipboard
val verticalType: Int
Link copied to clipboard
val windowColor: Int
Link copied to clipboard
val windowColorSet: Boolean

Functions

Link copied to clipboard
operator fun component1(): String?
Link copied to clipboard
operator fun component10(): Float
Link copied to clipboard
operator fun component11(): Boolean
Link copied to clipboard
operator fun component12(): Int
Link copied to clipboard
operator fun component13(): Int
Link copied to clipboard
operator fun component14(): Float
Link copied to clipboard
operator fun component15(): Int
Link copied to clipboard
Link copied to clipboard
operator fun component3(): Bitmap?
Link copied to clipboard
operator fun component4(): Float
Link copied to clipboard
operator fun component5(): Int
Link copied to clipboard
operator fun component6(): Int
Link copied to clipboard
operator fun component7(): Float
Link copied to clipboard
operator fun component8(): Int
Link copied to clipboard
operator fun component9(): Float
Link copied to clipboard
fun copy(text: String?, textAlignment: CueItem.TextAlignment?, bitmap: Bitmap? = null, line: Float, lineType: Int, lineAnchor: Int, position: Float, positionAnchor: Int, size: Float, bitmapHeight: Float = Cue.DIMEN_UNSET, windowColorSet: Boolean, windowColor: Int, textSizeType: Int = Cue.TYPE_UNSET, textSize: Float = Cue.DIMEN_UNSET, verticalType: Int = Cue.TYPE_UNSET): CueItem