mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Add option to merge audio devices by separating audio inputs with | in one -a
This commit is contained in:
@@ -31,6 +31,10 @@ struct AudioInput {
|
||||
std::string description;
|
||||
};
|
||||
|
||||
struct MergedAudioInputs {
|
||||
std::vector<AudioInput> audio_inputs;
|
||||
};
|
||||
|
||||
/*
|
||||
Get a sound device by name, returning the device into the @device parameter.
|
||||
The device should be closed with @sound_device_close after it has been used
|
||||
|
||||
Reference in New Issue
Block a user