UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

13 lines (12 loc) 341 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LiveOptionsType = void 0; /** * @export * @enum {string} */ var LiveOptionsType; (function (LiveOptionsType) { LiveOptionsType["HD"] = "HD"; })(LiveOptionsType || (exports.LiveOptionsType = LiveOptionsType = {})); exports.default = LiveOptionsType;