atem-connection
Version:
Typescript Node.js library for connecting with an ATEM switcher.
10 lines • 342 B
TypeScript
/// <reference types="node" />
import { BasicWritableCommand } from '../CommandBase';
export declare class MacroAddTimedPauseCommand extends BasicWritableCommand<{
frames: number;
}> {
static readonly rawName = "MSlp";
constructor(frames: number);
serialize(): Buffer;
}
//# sourceMappingURL=MacroAddTimedPauseCommand.d.ts.map