[DEV] some basic update

This commit is contained in:
2015-06-11 22:17:17 +02:00
parent 2071cf1c46
commit 63fb66d045
3 changed files with 33 additions and 25 deletions

View File

@@ -37,7 +37,7 @@ namespace audio {
return true;
};
protected:
audio::orchestra::Interface m_adac; //!< Real airtaudio interface
audio::orchestra::Interface m_interface; //!< Real airtaudio interface
audio::orchestra::DeviceInfo m_info; //!< information on the stream.
unsigned int m_rtaudioFrameSize; // DEPRECATED soon...
public: