react-native-video/TextTrackType.js

8 lines
137 B
JavaScript
Raw Normal View History

2018-06-12 22:04:00 -06:00
import keyMirror from 'keymirror';
export default {
SRT: 'application/x-subrip',
TTML: 'application/ttml+xml',
VTT: 'text/vtt'
};