diff options
Diffstat (limited to 'include/sound.hpp')
| -rw-r--r-- | include/sound.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound.hpp b/include/sound.hpp index 6d903d8..d78e4b6 100644 --- a/include/sound.hpp +++ b/include/sound.hpp @@ -18,6 +18,7 @@ #ifndef GPU_SCREEN_RECORDER_H #define GPU_SCREEN_RECORDER_H +#include <optional> #include <vector> #include <string> @@ -49,6 +50,7 @@ struct AudioInput { }; struct MergedAudioInputs { + std::optional<std::string> custom_name; std::string track_name; std::vector<AudioInput> audio_inputs; }; |
