You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/app
Romain Vimont fe8de893ca Privatize recorder threading
The fact that the recorder uses a separate thread is an internal detail,
so the functions _start(), _stop() and _join() should not be exposed.

Instead, start the thread on _open() and _stop()+_join() on close().

This paves the way to expose the recorder as a packet sink trait.
3 years ago
..
src Privatize recorder threading 3 years ago
tests Remove option --render-expired-frames 3 years ago
meson.build Remove HiDPI compilation flag 4 years ago
scrcpy.1 Remove option --render-expired-frames 3 years ago