com.bitmovin.player.api.media.subtitle
Types
| Name | Summary |
|---|---|
| Cue | class 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. |
| ForcedSubtitleCallback | fun interface ForcedSubtitleCallback Can be implemented to overwrite SubtitleTrack.isForced for newly parsed subtitle tracks. |
| SubtitleLabeler | fun interface SubtitleLabeler Can be implemented and added to the LabelingConfig to label SubtitleTracks. |
| SubtitleTrack | open class SubtitleTrack : Track Represents a subtitle track. |
| SubtitleTrackController | interface SubtitleTrackController Enables external control over the associated SubtitleTrack |