UNPKG

@distdev/vmix-utils

Version:

Utility functions and data for vMix

4 lines (3 loc) 230 B
import { type VMixFunction } from '.'; export type FunctionIDsPlayList = 'NextPlayListEntry' | 'PreviousPlayListEntry' | 'SelectPlayList' | 'StartPlayList' | 'StopPlayList'; export declare const FunctionsPlayList: VMixFunction[];