From 495bd6bed85c85650620dc2ae91f7f058ae2da5c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 2 Aug 2024 00:45:27 +0200 Subject: Add audio devices --- include/GsrInfo.hpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/GsrInfo.hpp') 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 get_audio_devices(); } \ No newline at end of file -- cgit v1.2.3