timeline-state-resolver-types
Version:
Have timeline, control stuff
27 lines • 1.19 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VmixActions = exports.MappingVmixType = void 0;
var MappingVmixType;
(function (MappingVmixType) {
MappingVmixType["Program"] = "program";
MappingVmixType["Preview"] = "preview";
MappingVmixType["Input"] = "input";
MappingVmixType["AudioChannel"] = "audioChannel";
MappingVmixType["Output"] = "output";
MappingVmixType["Overlay"] = "overlay";
MappingVmixType["Recording"] = "recording";
MappingVmixType["Streaming"] = "streaming";
MappingVmixType["External"] = "external";
MappingVmixType["FadeToBlack"] = "fadeToBlack";
MappingVmixType["Fader"] = "fader";
MappingVmixType["Script"] = "script";
})(MappingVmixType = exports.MappingVmixType || (exports.MappingVmixType = {}));
var VmixActions;
(function (VmixActions) {
VmixActions["LastPreset"] = "lastPreset";
VmixActions["OpenPreset"] = "openPreset";
VmixActions["SavePreset"] = "savePreset";
VmixActions["StartExternal"] = "startExternal";
VmixActions["StopExternal"] = "stopExternal";
})(VmixActions = exports.VmixActions || (exports.VmixActions = {}));
//# sourceMappingURL=vmix.js.map