UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

18 lines (17 loc) 464 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HlsVersion = void 0; /** * @export * @enum {string} */ var HlsVersion; (function (HlsVersion) { HlsVersion["HLS_V3"] = "3"; HlsVersion["HLS_V4"] = "4"; HlsVersion["HLS_V5"] = "5"; HlsVersion["HLS_V6"] = "6"; HlsVersion["HLS_V7"] = "7"; HlsVersion["HLS_V8"] = "8"; })(HlsVersion || (exports.HlsVersion = HlsVersion = {})); exports.default = HlsVersion;