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