Added comment
This commit is contained in:
parent
2c7acc74f5
commit
bd1914612f
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ public enum SubtitlesFormat {
|
||||||
// YouTube subtitles formats
|
// YouTube subtitles formats
|
||||||
// TRANSCRIPT(3) is default YT format based on TTML,
|
// TRANSCRIPT(3) is default YT format based on TTML,
|
||||||
// but unlike VTT or TTML, it is NOT W3 standard
|
// but unlike VTT or TTML, it is NOT W3 standard
|
||||||
|
// TRANSCRIPT subtitles are NOT supported by ExoPlayer, only VTT and TTML
|
||||||
VTT (0x0, "vtt"),
|
VTT (0x0, "vtt"),
|
||||||
TTML (0x1, "ttml"),
|
TTML (0x1, "ttml"),
|
||||||
TRANSCRIPT1 (0x2, "srv1"),
|
TRANSCRIPT1 (0x2, "srv1"),
|
||||||
|
|
Loading…
Reference in a new issue