UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

16 lines (15 loc) 544 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StreamsLiveLifeCycle = void 0; /** * @export * @enum {string} */ var StreamsLiveLifeCycle; (function (StreamsLiveLifeCycle) { StreamsLiveLifeCycle["PROVISIONING"] = "PROVISIONING"; StreamsLiveLifeCycle["STOPPED"] = "STOPPED"; StreamsLiveLifeCycle["RUNNING"] = "RUNNING"; StreamsLiveLifeCycle["ERROR"] = "ERROR"; })(StreamsLiveLifeCycle || (exports.StreamsLiveLifeCycle = StreamsLiveLifeCycle = {})); exports.default = StreamsLiveLifeCycle;