ported TYPE_QUEUE Source from default to minor

--HG--
branch : minor
This commit is contained in:
raidho36
2016-10-11 06:30:30 +03:00
parent e969f541ba
commit 7934bfaf7f
15 changed files with 432 additions and 112 deletions
+3
View File
@@ -76,6 +76,9 @@ public:
virtual float getMaxDistance() const;
virtual int getChannels() const;
virtual bool isQueueable() const;
virtual void queueData(void *data, int length, int dataSampleRate, int dataBitDepth, int dataChannels);
private:
float pitch;