mirror of
https://github.com/zoriya/react-native-video.git
synced 2025-12-06 07:16:12 +00:00
6 lines
102 B
JavaScript
6 lines
102 B
JavaScript
export default {
|
|
SRT: 'application/x-subrip',
|
|
TTML: 'application/ttml+xml',
|
|
VTT: 'text/vtt',
|
|
};
|