mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-06 06:50:44 +09:00
Add option to take a screenshot (default hotkey: alt+f1)
This commit is contained in:
@@ -20,6 +20,11 @@ namespace gsr {
|
||||
bool vp9 = false;
|
||||
};
|
||||
|
||||
struct SupportedImageFormats {
|
||||
bool jpeg = false;
|
||||
bool png = false;
|
||||
};
|
||||
|
||||
struct GsrMonitor {
|
||||
std::string name;
|
||||
mgl::vec2i size;
|
||||
@@ -75,6 +80,7 @@ namespace gsr {
|
||||
SystemInfo system_info;
|
||||
GpuInfo gpu_info;
|
||||
SupportedVideoCodecs supported_video_codecs;
|
||||
SupportedImageFormats supported_image_formats;
|
||||
};
|
||||
|
||||
enum class GsrInfoExitStatus {
|
||||
|
||||
Reference in New Issue
Block a user