UNPKG

timeline-state-resolver

Version:
9 lines 290 B
import { VMixState } from './vMixStateDiffer'; /** * Parses the state incoming from vMix into a TSR representation */ export declare class VMixXmlStateParser { parseVMixState(responseBody: string): VMixState; private ensureArray; } //# sourceMappingURL=vMixXmlStateParser.d.ts.map