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