From fdf34c50fe274f84ff5a3c0cf29aa024430aba76 Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Tue, 12 Jun 2018 21:04:00 -0700 Subject: [PATCH] Initial commit --- TextTrackType.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TextTrackType.js diff --git a/TextTrackType.js b/TextTrackType.js new file mode 100644 index 00000000..caff65a9 --- /dev/null +++ b/TextTrackType.js @@ -0,0 +1,7 @@ +import keyMirror from 'keymirror'; + +export default { + SRT: 'application/x-subrip', + TTML: 'application/ttml+xml', + VTT: 'text/vtt' +};