Romain Vimont 2024-11-15 19:17:04 +01:00
parent d19045628e
commit adb674a5c8
15 changed files with 62 additions and 0 deletions

View file

@ -247,6 +247,7 @@ struct scrcpy_options {
uint32_t video_bit_rate;
uint32_t audio_bit_rate;
const char *max_fps; // float to be parsed by the server
const char *angle; // float to be parsed by the server
enum sc_orientation capture_orientation;
enum sc_orientation_lock capture_orientation_lock;
enum sc_orientation display_orientation;