stream-droid
    Preparing search index...

    Interface ScrcpyOptions

    interface ScrcpyOptions {
        adbArgs: (...rest: string[]) => string[];
        bitRate?: number;
        control?: boolean;
        maxSize?: number;
        onChunk: (chunk: Buffer) => void;
        onError?: (err: Error) => void;
        port?: number;
        serverJar: string;
        size?: string;
    }

    Hierarchy (View Summary)

    Index
    adbArgs: (...rest: string[]) => string[]
    bitRate?: number
    control?: boolean
    maxSize?: number
    onChunk: (chunk: Buffer) => void
    onError?: (err: Error) => void
    port?: number
    serverJar: string
    size?: string