timeline-state-resolver-types
Advanced tools
Comparing version 9.1.0-nightly-release51-20230828-095353-a5a007d89.0 to 9.1.0-nightly-release51-20230905-142259-2c4223b57.0
@@ -10,3 +10,4 @@ import { DeviceType } from '.'; | ||
AUDIOCHANNEL = "audioChan", | ||
MACROPLAYER = "macroPlayer" | ||
MACROPLAYER = "macroPlayer", | ||
AUDIOROUTING = "audioRouting" | ||
} | ||
@@ -73,3 +74,3 @@ export declare enum AtemTransitionStyle { | ||
} | ||
export type TimelineContentAtemAny = TimelineContentAtemME | TimelineContentAtemDSK | TimelineContentAtemAUX | TimelineContentAtemSsrc | TimelineContentAtemSsrcProps | TimelineContentAtemMacroPlayer | TimelineContentAtemAudioChannel | TimelineContentAtemMediaPlayer; | ||
export type TimelineContentAtemAny = TimelineContentAtemME | TimelineContentAtemDSK | TimelineContentAtemAUX | TimelineContentAtemSsrc | TimelineContentAtemSsrcProps | TimelineContentAtemMacroPlayer | TimelineContentAtemAudioChannel | TimelineContentAtemMediaPlayer | TimelineContentAtemAudioRouting; | ||
export interface TimelineContentAtemBase { | ||
@@ -280,3 +281,9 @@ deviceType: DeviceType.ATEM; | ||
} | ||
export interface TimelineContentAtemAudioRouting extends TimelineContentAtemBase { | ||
type: TimelineContentTypeAtem.AUDIOROUTING; | ||
audioRouting: { | ||
sourceId: number; | ||
}; | ||
} | ||
export {}; | ||
//# sourceMappingURL=atem.d.ts.map |
@@ -14,2 +14,3 @@ "use strict"; | ||
TimelineContentTypeAtem["MACROPLAYER"] = "macroPlayer"; | ||
TimelineContentTypeAtem["AUDIOROUTING"] = "audioRouting"; | ||
})(TimelineContentTypeAtem = exports.TimelineContentTypeAtem || (exports.TimelineContentTypeAtem = {})); | ||
@@ -16,0 +17,0 @@ var AtemTransitionStyle; |
@@ -52,2 +52,6 @@ /** | ||
} | ||
export interface MappingAtemAudioRouting { | ||
index: number; | ||
mappingType: MappingAtemType.AudioRouting; | ||
} | ||
export declare enum MappingAtemType { | ||
@@ -61,5 +65,6 @@ MixEffect = "mixEffect", | ||
AudioChannel = "audioChannel", | ||
MacroPlayer = "macroPlayer" | ||
MacroPlayer = "macroPlayer", | ||
AudioRouting = "audioRouting" | ||
} | ||
export type SomeMappingAtem = MappingAtemMixEffect | MappingAtemDownStreamKeyer | MappingAtemSuperSourceBox | MappingAtemAuxilliary | MappingAtemMediaPlayer | MappingAtemSuperSourceProperties | MappingAtemAudioChannel | MappingAtemMacroPlayer; | ||
export type SomeMappingAtem = MappingAtemMixEffect | MappingAtemDownStreamKeyer | MappingAtemSuperSourceBox | MappingAtemAuxilliary | MappingAtemMediaPlayer | MappingAtemSuperSourceProperties | MappingAtemAudioChannel | MappingAtemMacroPlayer | MappingAtemAudioRouting; | ||
export declare enum AtemActions { | ||
@@ -66,0 +71,0 @@ Resync = "resync" |
@@ -26,2 +26,3 @@ "use strict"; | ||
MappingAtemType["MacroPlayer"] = "macroPlayer"; | ||
MappingAtemType["AudioRouting"] = "audioRouting"; | ||
})(MappingAtemType = exports.MappingAtemType || (exports.MappingAtemType = {})); | ||
@@ -28,0 +29,0 @@ var AtemActions; |
{ | ||
"name": "timeline-state-resolver-types", | ||
"version": "9.1.0-nightly-release51-20230828-095353-a5a007d89.0", | ||
"version": "9.1.0-nightly-release51-20230905-142259-2c4223b57.0", | ||
"description": "Have timeline, control stuff", | ||
@@ -99,3 +99,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "cb1c46c9828655b8bf34b9bee43a67a70aef852b" | ||
"gitHead": "f86e1fe3baa22808c4717df27409f96410c125fa" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
296067
4446