scrcpy/app
Romain Vimont 6ff4e5c926 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.
2021-04-12 15:20:54 +02:00
..
src Privatize recorder threading 2021-04-12 15:20:54 +02:00
tests Remove option --render-expired-frames 2021-04-11 15:01:05 +02:00
meson.build Remove HiDPI compilation flag 2021-04-04 15:00:13 +02:00
scrcpy.1 Remove option --render-expired-frames 2021-04-11 15:01:05 +02:00