diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sound.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sound.hpp b/include/sound.hpp index 710533e..6ffa6c5 100644 --- a/include/sound.hpp +++ b/include/sound.hpp @@ -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 |