UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

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