Add --audio-bit-rate option

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 637683ed7a
commit 4dbb7aa685
10 changed files with 46 additions and 6 deletions

View File

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