* Required options after applying defaults
| 96 | * Required options after applying defaults |
| 97 | */ |
| 98 | interface ResolvedScrcpyOptions { |
| 99 | maxSize: number; |
| 100 | videoBitRate: number; |
| 101 | idleTimeoutMs: number; |
| 102 | } |
| 103 | |
| 104 | export class ScrcpyScreenshotManager { |
| 105 | private adb: Adb; |
nothing calls this directly
no outgoing calls
no test coverage detected