#5607: Use same api for ALSA and PULSEAUDIO to manage audio device list

This commit is contained in:
Alexandre Savard
2012-01-06 17:49:03 -05:00
parent 14cf04ac56
commit f331943b79
9 changed files with 137 additions and 67 deletions

View File

@ -55,7 +55,7 @@ class AudioStream {
* @param audio sampling rate
* @param device name
*/
AudioStream(pa_context *, pa_threaded_mainloop *, const char *, int, int, std::string *);
AudioStream(pa_context *, pa_threaded_mainloop *, const char *, int, int, std::string&);
~AudioStream();