@yume-chan/scrcpy
Version:
TypeScript implementation of Scrcpy client.
17 lines • 518 B
TypeScript
export declare const Defaults: {
readonly encoderName: undefined;
readonly logLevel: "debug";
readonly maxSize: 0;
readonly bitRate: 8000000;
readonly maxFps: 0;
readonly lockVideoOrientation: -1;
readonly tunnelForward: false;
readonly crop: undefined;
readonly sendFrameMeta: true;
readonly control: true;
readonly displayId: 0;
readonly showTouches: false;
readonly stayAwake: false;
readonly codecOptions: undefined;
};
//# sourceMappingURL=defaults.d.ts.map