mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-29 00:10:35 +05:30
Added comment
This commit is contained in:
parent
2c7acc74f5
commit
bd1914612f
@ -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…
x
Reference in New Issue
Block a user