Mercurial > hg > svapp
comparison audioio/AudioPulseAudioTarget.h @ 450:d9d132c0e240 alignment_view
Merge from default branch
author | Chris Cannam |
---|---|
date | Mon, 20 Apr 2015 09:21:32 +0100 |
parents | 72c662fe7ea3 |
children |
comparison
equal
deleted
inserted
replaced
430:adfb2948fabf | 450:d9d132c0e240 |
---|---|
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 *); |