mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-07-07 17:41:42 +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
|
@ -147,7 +147,8 @@ struct scrcpy_options {
|
|||
bool fullscreen;
|
||||
bool always_on_top;
|
||||
bool control;
|
||||
bool playback;
|
||||
bool video_playback;
|
||||
bool audio_playback;
|
||||
bool turn_screen_off;
|
||||
enum sc_key_inject_mode key_inject_mode;
|
||||
bool window_borderless;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue