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