UNPKG

timeline-state-resolver

Version:
14 lines 677 B
"use strict"; 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