mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-04-19 08:25:51 +09:00
Add audio devices
This commit is contained in:
@@ -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();
|
||||
}
|
||||
@@ -15,5 +15,6 @@ namespace gsr {
|
||||
};
|
||||
|
||||
void init_theme(const gsr::GsrInfo &gsr_info);
|
||||
void deinit_theme();
|
||||
const Theme& get_theme();
|
||||
}
|
||||
Reference in New Issue
Block a user