Merge audio devices and application audio into one list

This commit is contained in:
dec05eba
2024-11-20 20:17:09 +01:00
parent 2c45fa7254
commit 520687cd3f
6 changed files with 173 additions and 216 deletions

View File

@@ -25,9 +25,7 @@ namespace gsr {
bool merge_audio_tracks = true;
bool application_audio_invert = false;
bool change_video_resolution = false;
std::string audio_type_view = "audio_devices";
std::vector<std::string> audio_tracks;
std::vector<std::string> application_audio;
std::string color_range = "limited";
std::string video_quality = "very_high";
std::string video_codec = "auto";