Commit 4cb24b2 1 parent 894c3ae commit 4cb24b2 Copy full SHA for 4cb24b2
File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -92,13 +92,11 @@ for an example command line to `configure`.
92
92
ExoPlayer supports standalone subtitle files in a variety of formats. Subtitle
93
93
files can be side-loaded as described on the [ Media source page] [ ] .
94
94
95
- | Container format | Supported | Mime type |
96
- | -----------------------| :------------:| :----------|
97
- | WebVTT | YES | ` MimeTypes.TEXT_VTT ` |
98
- | TTML | YES | ` MimeTypes.APPLICATION_TTML ` |
99
- | SMPTE-TT | YES | ` MimeTypes.APPLICATION_TTML ` |
100
- | SubRip | YES | ` MimeTypes.APPLICATION_SUBRIP ` |
101
- | SubStationAlpha (SSA) | YES | ` MimeTypes.TEXT_SSA ` |
102
- | ASS | YES | ` MimeTypes.TEXT_SSA ` |
95
+ | Container format | Supported | MIME type |
96
+ | -------------------------------| :------------:| :----------|
97
+ | WebVTT | YES | MimeTypes.TEXT_VTT |
98
+ | TTML / SMPTE-TT | YES | MimeTypes.APPLICATION_TTML |
99
+ | SubRip | YES | MimeTypes.APPLICATION_SUBRIP |
100
+ | Sub Station Alpha (SSA / ASS) | YES | MimeTypes.TEXT_SSA |
103
101
104
102
[ Media source page] : {{ site.baseurl }}/media-sources.html#side-loading-a-subtitle-file
You can’t perform that action at this time.
0 commit comments