mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
* Split findNextCueHeader and validateWebVttHeader into static methods. This is a step toward WebVTT in HLS, where we'll need to re-use these to peek at the top of the WebVTT file (they'll be moved into a util class). * Made parser robust against bad cue headers + added a test. * Removed spurious looking assertion in WebvttSubtitle. |
||
|---|---|---|
| .. | ||
| eia608 | ||
| subrip | ||
| ttml | ||
| tx3g | ||
| webvtt | ||
| CaptionStyleCompat.java | ||
| Cue.java | ||
| CuePainter.java | ||
| PlayableSubtitle.java | ||
| Subtitle.java | ||
| SubtitleLayout.java | ||
| SubtitleParser.java | ||
| SubtitleParserHelper.java | ||
| TextRenderer.java | ||
| TextTrackRenderer.java | ||