aboutsummaryrefslogtreecommitdiff
path: root/include/Overlay.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-03-30 17:16:21 +0200
committerdec05eba <dec05eba@protonmail.com>2025-03-30 17:16:21 +0200
commit3060e3ee000ddb12a78d8008f641b724ce7b07df (patch)
treed1b765a00fcd0f338d4b96c1a519063e336c9bf0 /include/Overlay.hpp
parent2b63fa048c0f7ca32dc3e96df18fd8d76df19c8c (diff)
Add high performance encoding option (for amd) in settings page. Requires gsr version >= 5.3.4
Diffstat (limited to 'include/Overlay.hpp')
-rw-r--r--include/Overlay.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Overlay.hpp b/include/Overlay.hpp
index d7b8af1..ffc1777 100644
--- a/include/Overlay.hpp
+++ b/include/Overlay.hpp
@@ -116,6 +116,8 @@ namespace gsr {
bool update_compositor_texture(const Monitor &monitor);
void force_window_on_top();
+
+ void add_common_gpu_screen_recorder_args(std::vector<const char*> &args, const RecordOptions &record_options, const std::vector<std::string> &audio_tracks, const std::string &video_bitrate, const char *region, const std::string &audio_devices_merged, char *region_str, int region_str_size, const RegionSelector &region_selector);
private:
using KeyBindingCallback = std::function<void()>;
struct KeyBinding {