Package-level declarations

Types

Link copied to clipboard
class Cue(val start: Double, val end: Double, val text: String?, val html: String?, val image: Bitmap?, val textAlignment: Layout.Alignment?, val line: Float, val lineType: Cue.LineType, val lineAnchor: Cue.AnchorType, val fractionalPosition: Float, val positionAnchor: Cue.AnchorType, val size: Float, val bitmapHeight: Float, val isWindowColorSet: Boolean, val windowColor: Int, val verticalType: Cue.VerticalType)

Represents a cue of a subtitle track.

Link copied to clipboard

Can be implemented to overwrite SubtitleTrack.isForced for newly parsed subtitle tracks.

Link copied to clipboard
fun interface SubtitleLabeler

Can be implemented and added to the LabelingConfig to label SubtitleTracks.

Link copied to clipboard
open class SubtitleTrack : Track

Represents a subtitle track.

Link copied to clipboard

Enables external control over the associated SubtitleTrack