Cue

open fun Cue(start: Double, end: Double, text: String, html: String)
open fun Cue(start: Double, end: Double, image: Bitmap)
open fun Cue(start: Double, end: Double, text: String, html: String, image: Bitmap, textAlignment: Layout.Alignment, line: Float, lineType: Cue.LineType, lineAnchor: Cue.AnchorType, fractionalPosition: Float, positionAnchor: Cue.AnchorType, size: Float, bitmapHeight: Float, windowColorSet: Boolean, windowColor: Int)