mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +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();
|
||||
}
|
||||
Reference in New Issue
Block a user