stream-droid
    Preparing search index...

    Interface CaptureHandle

    interface CaptureHandle {
        controlReady?: () => boolean;
        emulator?: EmulatorInput;
        name: string;
        subscribeClipboard?: (cb: (text: string) => void) => void;
        writeControl?: (buf: Buffer) => void;
        stop(): void;
    }
    Index
    controlReady?: () => boolean
    emulator?: EmulatorInput
    name: string
    subscribeClipboard?: (cb: (text: string) => void) => void
    writeControl?: (buf: Buffer) => void