diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-16 17:20:02 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-16 17:20:02 +0100 |
commit | c2ae721dcac9455479e607627f324dba6c64f610 (patch) | |
tree | 1c0eb535ffb9c971193b2c3eef9983e00dc12c39 /include | |
parent | a509bb023bdee1d1cad78f83676b791da5a35e68 (diff) |
--info: output if app audio is supported (if compiled with it and pipewire server)
Diffstat (limited to 'include')
-rw-r--r-- | include/sound.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/sound.hpp b/include/sound.hpp index 018ff4a..048246b 100644 --- a/include/sound.hpp +++ b/include/sound.hpp @@ -42,10 +42,6 @@ struct AudioDevices { std::vector<AudioInput> audio_inputs; }; -struct ApplicationAudio { - std::string name; -}; - struct MergedAudioInputs { std::vector<AudioInput> audio_inputs; AudioInputType type = AudioInputType::DEVICE; @@ -78,6 +74,5 @@ void sound_device_close(SoundDevice *device); int sound_device_read_next_chunk(SoundDevice *device, void **buffer, double timeout_sec, double *latency_seconds); AudioDevices get_pulseaudio_inputs(); -std::vector<ApplicationAudio> get_pulseaudio_applications(); #endif /* GPU_SCREEN_RECORDER_H */ |