scrcpy/app/src/trait
Romain Vimont 6543964f12 Introduce frame source trait
There was a frame sink trait, implemented by components able to receive
AVFrames, but each frame source had to manually send frame to sinks.

In order to mutualise sink management, add a frame sink trait.
2023-03-10 22:22:15 +01:00
..
frame_sink.h Pass AVCodecContext to frame sinks 2023-03-10 22:22:15 +01:00
frame_source.c Introduce frame source trait 2023-03-10 22:22:15 +01:00
frame_source.h Introduce frame source trait 2023-03-10 22:22:15 +01:00
key_processor.h Make process_text() optional 2022-01-01 23:31:01 +01:00
mouse_processor.h Add relative mode flag to mouse processors 2022-01-04 17:41:40 +01:00
packet_sink.h Disable audio on initialization error 2023-03-10 22:22:15 +01:00
packet_source.c Introduce packet source trait 2023-03-10 22:22:15 +01:00
packet_source.h Introduce packet source trait 2023-03-10 22:22:15 +01:00