diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-04-02 23:43:56 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-06-21 14:41:11 +0200 |
commit | 32b66c95fff42295bb8d3a569923a82a5de973c9 (patch) | |
tree | eb7fc741f9f80308cab376bd5260e7d1d5d63590 /include | |
parent | 2fcd3ee3e5dbf65841d5e457aa1a558fee471433 (diff) |
Add pulseaudio, parse command line args
Diffstat (limited to 'include')
-rw-r--r-- | include/sound.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound.hpp b/include/sound.hpp index c512c31..3c67b02 100644 --- a/include/sound.hpp +++ b/include/sound.hpp @@ -24,6 +24,4 @@ void sound_device_close(SoundDevice *device); */ int sound_device_read_next_chunk(SoundDevice *device, void **buffer); -int sound_device_get_buffer_size(SoundDevice *device); - #endif /* GPU_SCREEN_RECORDER_H */ |