UNPKG

timeline-state-resolver

Version:
13 lines 618 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 = exports.QuantelCommandType || (exports.QuantelCommandType = {})); //# sourceMappingURL=types.js.map