Add --audio-bit-rate

Add an option to configure the audio bit-rate.
This commit is contained in:
Romain Vimont
2023-02-18 18:32:43 +01:00
parent 96434f999c
commit 1966c4df4b
12 changed files with 48 additions and 6 deletions

View File

@@ -29,6 +29,7 @@ const struct scrcpy_options scrcpy_options_default = {
},
.max_size = 0,
.video_bit_rate = 0,
.audio_bit_rate = 0,
.max_fps = 0,
.lock_video_orientation = SC_LOCK_VIDEO_ORIENTATION_UNLOCKED,
.rotation = 0,