comparison audioio/AudioPulseAudioTarget.h @ 441:aa6fb3516e28 tonioni

Merge from cxx11 branch
author Chris Cannam
date Mon, 23 Mar 2015 11:26:28 +0000
parents 72c662fe7ea3
children
comparison
equal deleted inserted replaced
440:2185d52b4758 441:aa6fb3516e28
44 44
45 public slots: 45 public slots:
46 virtual void sourceModelReplaced(); 46 virtual void sourceModelReplaced();
47 47
48 protected: 48 protected:
49 void streamWrite(int); 49 void streamWrite(sv_frame_t);
50 void streamStateChanged(); 50 void streamStateChanged();
51 void contextStateChanged(); 51 void contextStateChanged();
52 52
53 static void streamWriteStatic(pa_stream *, size_t, void *); 53 static void streamWriteStatic(pa_stream *, size_t, void *);
54 static void streamStateChangedStatic(pa_stream *, void *); 54 static void streamStateChangedStatic(pa_stream *, void *);