UNPKG

atem-connection

Version:

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

10 lines 393 B
/// <reference types="node" /> import { DeserializedCommand } from '../CommandBase'; export declare class DataTransferCompleteCommand extends DeserializedCommand<{ transferId: number; }> { static readonly rawName = "FTDC"; static deserialize(rawCommand: Buffer): DataTransferCompleteCommand; applyToState(): string[]; } //# sourceMappingURL=DataTransferCompleteCommand.d.ts.map