timeline-state-resolver-types
Version:
Have timeline, control stuff
27 lines • 1.3 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AtemActions = exports.MappingAtemType = exports.AtemMediaPoolType = void 0;
var AtemMediaPoolType;
(function (AtemMediaPoolType) {
AtemMediaPoolType["Still"] = "still";
AtemMediaPoolType["Clip"] = "clip";
AtemMediaPoolType["Audio"] = "audio";
})(AtemMediaPoolType = exports.AtemMediaPoolType || (exports.AtemMediaPoolType = {}));
var MappingAtemType;
(function (MappingAtemType) {
MappingAtemType["MixEffect"] = "mixEffect";
MappingAtemType["DownStreamKeyer"] = "downStreamKeyer";
MappingAtemType["SuperSourceBox"] = "superSourceBox";
MappingAtemType["Auxilliary"] = "auxilliary";
MappingAtemType["MediaPlayer"] = "mediaPlayer";
MappingAtemType["SuperSourceProperties"] = "superSourceProperties";
MappingAtemType["AudioChannel"] = "audioChannel";
MappingAtemType["MacroPlayer"] = "macroPlayer";
MappingAtemType["AudioRouting"] = "audioRouting";
MappingAtemType["ColorGenerator"] = "colorGenerator";
})(MappingAtemType = exports.MappingAtemType || (exports.MappingAtemType = {}));
var AtemActions;
(function (AtemActions) {
AtemActions["Resync"] = "resync";
})(AtemActions = exports.AtemActions || (exports.AtemActions = {}));
//# sourceMappingURL=atem.js.map