UNPKG

atem-connection

Version:

Typescript Node.js library for connecting with an ATEM switcher.

8 lines 313 B
import { DeserializedCommand } from './CommandBase'; export declare class InitCompleteCommand extends DeserializedCommand<null> { static readonly rawName = "InCm"; constructor(); static deserialize(): InitCompleteCommand; applyToState(): string; } //# sourceMappingURL=InitCompleteCommand.d.ts.map