BrightcoveClosedCaptioningTextView

A TextView that encapsulates a rendered closed caption.

Constructors

Link copied to clipboard
constructor(context: Context)
constructor(context: Context, attrs: AttributeSet)
constructor(context: Context, attrs: AttributeSet, defStyle: Int)

Properties

Link copied to clipboard
val TAG: String

Functions

Link copied to clipboard
open fun onDraw(canvas: Canvas)
We really shouldn't override draw(), since the internal View draw() does a lot of extraneous stuff.
Link copied to clipboard