UNPKG

atem-connection

Version:

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

8 lines 332 B
/// <reference types="node" /> import { BasicWritableCommand } from '../CommandBase'; export declare class MediaPoolCaptureStillCommand extends BasicWritableCommand<Record<string, never>> { static readonly rawName = "Capt"; constructor(); serialize(): Buffer; } //# sourceMappingURL=MediaPoolCaptureStillCommand.d.ts.map