Add --audio-bit-rate option
Add an option to configure the audio bit-rate.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user