UNPKG

@atem-connection/camera-control

Version:
12 lines 544 B
import type { Commands } from 'atem-connection'; import type { AtemCameraControlState } from '../state'; import { AtemCameraControlChanges } from '../changes'; export declare class AtemCameraControlStateBuilder { #private; constructor(inputCount: number); reset(inputCount: number): void; get(cameraId: number): AtemCameraControlState | undefined; getAll(): AtemCameraControlState[]; applyCommands(commands: Commands.CameraControlUpdateCommand[]): AtemCameraControlChanges[]; } //# sourceMappingURL=stateBuilder.d.ts.map