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