mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-07-16 14:01:47 +00:00
Add --require-audio
By default, scrcpy mirrors only the video when audio capture fails on the device. Add an option to force scrcpy to fail if audio is enabled but does not work. PR #3757 <https://github.com/Genymobile/scrcpy/pull/3757>
This commit is contained in:
parent
de40cac6ad
commit
c1528cdca9
9 changed files with 46 additions and 21 deletions
|
@ -45,6 +45,7 @@ _scrcpy() {
|
|||
-r --record=
|
||||
--record-format=
|
||||
--render-driver=
|
||||
--require-audio
|
||||
--rotation=
|
||||
-s --serial=
|
||||
--shortcut-mod=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue