UNPKG

react-native-video

Version:
10 lines 386 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var TextTrackType; (function (TextTrackType) { TextTrackType["SUBRIP"] = "application/x-subrip"; TextTrackType["TTML"] = "application/ttml+xml"; TextTrackType["VTT"] = "text/vtt"; })(TextTrackType || (TextTrackType = {})); exports.default = TextTrackType; //# sourceMappingURL=TextTrackType.js.map