UNPKG

timeline-state-resolver-types

Version:
74 lines 3.63 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ActionExecutionResultCode = exports.DeviceType = exports.Timeline = void 0; const tslib_1 = require("tslib"); const Timeline = require("./superfly-timeline"); exports.Timeline = Timeline; tslib_1.__exportStar(require("./integrations/abstract"), exports); tslib_1.__exportStar(require("./integrations/atem"), exports); tslib_1.__exportStar(require("./integrations/casparcg"), exports); tslib_1.__exportStar(require("./integrations/httpSend"), exports); tslib_1.__exportStar(require("./integrations/hyperdeck"), exports); tslib_1.__exportStar(require("./integrations/lawo"), exports); tslib_1.__exportStar(require("./integrations/osc"), exports); tslib_1.__exportStar(require("./integrations/pharos"), exports); tslib_1.__exportStar(require("./integrations/panasonicPTZ"), exports); tslib_1.__exportStar(require("./integrations/sisyfos"), exports); tslib_1.__exportStar(require("./integrations/sofieChef"), exports); tslib_1.__exportStar(require("./integrations/quantel"), exports); tslib_1.__exportStar(require("./integrations/shotoku"), exports); tslib_1.__exportStar(require("./integrations/tcpSend"), exports); tslib_1.__exportStar(require("./integrations/vizMSE"), exports); tslib_1.__exportStar(require("./integrations/singularLive"), exports); tslib_1.__exportStar(require("./integrations/vmix"), exports); tslib_1.__exportStar(require("./integrations/obs"), exports); tslib_1.__exportStar(require("./integrations/tricaster"), exports); tslib_1.__exportStar(require("./integrations/telemetrics"), exports); tslib_1.__exportStar(require("./integrations/multiOsc"), exports); tslib_1.__exportStar(require("./integrations/viscaOverIP"), exports); tslib_1.__exportStar(require("./device"), exports); tslib_1.__exportStar(require("./mapping"), exports); tslib_1.__exportStar(require("./mapping"), exports); tslib_1.__exportStar(require("./expectedPlayoutItems"), exports); tslib_1.__exportStar(require("./mediaObject"), exports); tslib_1.__exportStar(require("./translations"), exports); tslib_1.__exportStar(require("./generated"), exports); /** * An identifier of a particular device class * * @export * @enum {string} */ var DeviceType; (function (DeviceType) { DeviceType["ABSTRACT"] = "ABSTRACT"; DeviceType["CASPARCG"] = "CASPARCG"; DeviceType["ATEM"] = "ATEM"; DeviceType["LAWO"] = "LAWO"; DeviceType["HTTPSEND"] = "HTTPSEND"; DeviceType["PANASONIC_PTZ"] = "PANASONIC_PTZ"; DeviceType["TCPSEND"] = "TCPSEND"; DeviceType["HYPERDECK"] = "HYPERDECK"; DeviceType["PHAROS"] = "PHAROS"; DeviceType["OSC"] = "OSC"; DeviceType["HTTPWATCHER"] = "HTTPWATCHER"; DeviceType["SISYFOS"] = "SISYFOS"; DeviceType["QUANTEL"] = "QUANTEL"; DeviceType["VIZMSE"] = "VIZMSE"; DeviceType["SINGULAR_LIVE"] = "SINGULAR_LIVE"; DeviceType["SHOTOKU"] = "SHOTOKU"; DeviceType["VMIX"] = "VMIX"; DeviceType["OBS"] = "OBS"; DeviceType["SOFIE_CHEF"] = "SOFIE_CHEF"; DeviceType["TELEMETRICS"] = "TELEMETRICS"; DeviceType["TRICASTER"] = "TRICASTER"; DeviceType["MULTI_OSC"] = "MULTI_OSC"; DeviceType["VISCA_OVER_IP"] = "VISCA_OVER_IP"; })(DeviceType = exports.DeviceType || (exports.DeviceType = {})); var ActionExecutionResultCode; (function (ActionExecutionResultCode) { ActionExecutionResultCode["Error"] = "ERROR"; ActionExecutionResultCode["IgnoredNotRelevant"] = "IGNORED"; ActionExecutionResultCode["Ok"] = "OK"; })(ActionExecutionResultCode = exports.ActionExecutionResultCode || (exports.ActionExecutionResultCode = {})); //# sourceMappingURL=index.js.map