mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-07 15:19:56 +09:00
Add application audio option
This commit is contained in:
@@ -23,8 +23,11 @@ namespace gsr {
|
||||
int32_t fps = 60;
|
||||
int32_t video_bitrate = 15000;
|
||||
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";
|
||||
|
||||
Reference in New Issue
Block a user