Mercurial > hg > svapp
comparison audioio/AudioPulseAudioTarget.h @ 370:a1b8b6a2cdfc tonioni
Merge from branch warnfix_no_size_t
author | Chris Cannam |
---|---|
date | Wed, 18 Jun 2014 13:42:37 +0100 |
parents | 0876ea394902 |
children | 72c662fe7ea3 |
comparison
equal
deleted
inserted
replaced
363:f5c914661f6f | 370:a1b8b6a2cdfc |
---|---|
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(size_t); | 49 void streamWrite(int); |
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 *); |