react-native-video
Version:
A <Video /> element for react-native
10 lines • 386 B
JavaScript
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
;