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 MediaPoolClearStillCommand extends BasicWritableCommand<{
index: number;
}> {
static readonly rawName = "CSTL";
constructor(index: number);
serialize(): Buffer;
}
//# sourceMappingURL=MediaPoolClearStillCommand.d.ts.map