Added comment

This commit is contained in:
tonakriz 2017-11-24 13:59:52 +01:00
parent 2c7acc74f5
commit bd1914612f

View file

@ -6,6 +6,7 @@ public enum SubtitlesFormat {
// YouTube subtitles formats
// TRANSCRIPT(3) is default YT format based on TTML,
// but unlike VTT or TTML, it is NOT W3 standard
// TRANSCRIPT subtitles are NOT supported by ExoPlayer, only VTT and TTML
VTT (0x0, "vtt"),
TTML (0x1, "ttml"),
TRANSCRIPT1 (0x2, "srv1"),