timeline-state-resolver-types
Version:
Have timeline, control stuff
15 lines • 802 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TimelineContentTypeOBS = void 0;
var TimelineContentTypeOBS;
(function (TimelineContentTypeOBS) {
TimelineContentTypeOBS["CURRENT_SCENE"] = "CURRENT_SCENE";
TimelineContentTypeOBS["CURRENT_TRANSITION"] = "CURRENT_TRANSITION";
TimelineContentTypeOBS["RECORDING"] = "RECORDING";
TimelineContentTypeOBS["STREAMING"] = "STREAMING";
TimelineContentTypeOBS["SCENE_ITEM"] = "SCENE_ITEM";
TimelineContentTypeOBS["INPUT_AUDIO"] = "INPUT_AUDIO";
TimelineContentTypeOBS["INPUT_SETTINGS"] = "INPUT_SETTINGS";
TimelineContentTypeOBS["INPUT_MEDIA"] = "INPUT_MEDIA";
})(TimelineContentTypeOBS = exports.TimelineContentTypeOBS || (exports.TimelineContentTypeOBS = {}));
//# sourceMappingURL=obs.js.map