UNPKG

casparcg-state

Version:

Node.js Javascript/Typescript library for keeping and resolving a given state of CasparCG into commands for casparcg-connection.

8 lines 409 B
import { InternalState } from '../stateObjectStorage'; import { State } from '../api'; import { AMCPCommandWithContext, DiffCommands } from '../casparCGState'; export declare function resolveMixerState(oldState: InternalState, newState: State, channel: string, layer: string): { commands: DiffCommands; bundledCmds: Record<string, Array<AMCPCommandWithContext>>; }; //# sourceMappingURL=mixer.d.ts.map