diff options
Diffstat (limited to 'include/GsrInfo.hpp')
-rw-r--r-- | include/GsrInfo.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/GsrInfo.hpp b/include/GsrInfo.hpp index e029919..b563000 100644 --- a/include/GsrInfo.hpp +++ b/include/GsrInfo.hpp @@ -62,5 +62,12 @@ namespace gsr { NO_DRM_CARD }; + struct AudioDevice { + std::string name; + std::string description; + }; + GsrInfoExitStatus get_gpu_screen_recorder_info(GsrInfo *gsr_info); + + std::vector<AudioDevice> get_audio_devices(); }
\ No newline at end of file |