mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-06 08:09:26 +00:00
Add separate video and audio playback options
Add --no-video-playback and --no-audio-playback. The option --no-playback is now an alias for both. PR #4033 <https://github.com/Genymobile/scrcpy/pull/4033>
This commit is contained in:
parent
751c09f47a
commit
1efbfe1175
8 changed files with 94 additions and 43 deletions
|
@ -29,6 +29,7 @@ _scrcpy() {
|
|||
-M --hid-mouse
|
||||
-m --max-size=
|
||||
--no-audio
|
||||
--no-audio-playback
|
||||
--no-cleanup
|
||||
--no-clipboard-autosync
|
||||
--no-downsize-on-error
|
||||
|
@ -38,6 +39,7 @@ _scrcpy() {
|
|||
--no-mipmaps
|
||||
--no-power-on
|
||||
--no-video
|
||||
--no-video-playback
|
||||
--otg
|
||||
-p --port=
|
||||
--power-off-on-close
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue