@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
15 lines (14 loc) • 463 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FileInputStreamType = void 0;
/**
* @export
* @enum {string}
*/
var FileInputStreamType;
(function (FileInputStreamType) {
FileInputStreamType["TTML"] = "TTML";
FileInputStreamType["WEBVTT"] = "WEBVTT";
FileInputStreamType["SRT"] = "SRT";
})(FileInputStreamType || (exports.FileInputStreamType = FileInputStreamType = {}));
exports.default = FileInputStreamType;