UNPKG

timeline-state-resolver-types

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