refactor(scrcpy): revert changing control message client to stream

refs #427
This commit is contained in:
Simon Chan 2022-06-25 23:20:00 +08:00
parent 32f98424e5
commit c13bbe3a61
10 changed files with 129 additions and 128 deletions

View file

@ -2,4 +2,5 @@ export * from './adb/index.js';
export * from './codec.js';
export * from './control/index.js';
export * from './decoder/index.js';
export * from './device-message/index.js';
export * from './options/index.js';