feat(adb-scrcpy): infer type of videoStream from video option

This commit is contained in:
Simon Chan 2025-02-18 15:47:26 +08:00
parent 02f5bd5929
commit 24b65fd2c1
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
61 changed files with 653 additions and 336 deletions

View file

@ -15,7 +15,7 @@ export function createConnection(
adb: Adb,
options: Required<
Pick<
ScrcpyOptions2_1.Init,
ScrcpyOptions2_1.Init<boolean>,
| "tunnelForward"
| "control"
| "sendDummyByte"