com.bitmovin.player.api.media.subtitle

com.bitmovin.player.api.media.subtitle

Types

NameSummary
Cueclass Cue(val start: Double, val end: Double, val text: String?, val styledText: CharSequence?, 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.
ForcedSubtitleCallbackfun interface ForcedSubtitleCallback
Can be implemented to overwrite SubtitleTrack.isForced for newly parsed subtitle tracks.
SubtitleLabelerfun interface SubtitleLabeler
Can be implemented and added to the LabelingConfig to label SubtitleTracks.
SubtitleTrackopen class SubtitleTrack : Track
Represents a subtitle track.
SubtitleTrackControllerinterface SubtitleTrackController
Enables external control over the associated SubtitleTrack