atem-connection
Version:
Typescript Node.js library for connecting with an ATEM switcher.
12 lines • 373 B
TypeScript
import { ProtocolVersion } from '../enums';
type CommandConstructor = any;
export declare class CommandParser {
readonly commands: {
[key: string]: Array<CommandConstructor>;
};
version: ProtocolVersion;
constructor();
commandFromRawName(name: string): CommandConstructor | undefined;
}
export {};
//# sourceMappingURL=atemCommandParser.d.ts.map