UNPKG

@distdev/vmix-utils

Version:

Utility functions and data for vMix

4 lines (3 loc) 747 B
import { type VMixFunction } from '.'; export type FunctionIDsOutput = 'Fullscreen' | 'FullscreenOff' | 'FullscreenOn' | 'SetOutput2' | 'SetOutput3' | 'SetOutput4' | 'SetOutputExternal2' | 'SetOutputFullscreen' | 'SetOutputFullscreen2' | 'Snapshot' | 'SnapshotInput' | 'StartExternal' | 'StartMultiCorder' | 'StartRecording' | 'StartSRTOutput' | 'StartStopExternal' | 'StartStopMultiCorder' | 'StartStopRecording' | 'StartStopSRTOutput' | 'StartStopStreaming' | 'StartStreaming' | 'StopExternal' | 'StopMultiCorder' | 'StopRecording' | 'StopSRTOutput' | 'StopStreaming' | 'StreamingSetKey' | 'StreamingSetPassword' | 'StreamingSetURL' | 'StreamingSetUsername' | 'WriteDurationToRecordingLog'; export declare const FunctionsOutput: VMixFunction[];