Add pulseaudio, parse command line args

This commit is contained in:
dec05eba
2020-04-02 23:43:56 +02:00
parent 2fcd3ee3e5
commit 32b66c95ff
6 changed files with 102 additions and 18 deletions

View File

@@ -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 */