timeline-state-resolver
Version:
Have timeline, control stuff
14 lines • 677 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.QuantelCommandType = void 0;
var QuantelCommandType;
(function (QuantelCommandType) {
QuantelCommandType["SETUPPORT"] = "setupPort";
QuantelCommandType["LOADCLIPFRAGMENTS"] = "loadClipFragments";
QuantelCommandType["PLAYCLIP"] = "playClip";
QuantelCommandType["PAUSECLIP"] = "pauseClip";
QuantelCommandType["CLEARCLIP"] = "clearClip";
QuantelCommandType["RELEASEPORT"] = "releasePort";
QuantelCommandType["CANCELWAITING"] = "cancelWaiting";
})(QuantelCommandType = exports.QuantelCommandType || (exports.QuantelCommandType = {}));
//# sourceMappingURL=types.js.map