Version 4.1.3

This commit is contained in:
Gary Scavone
2009-03-24 23:02:13 -04:00
committed by Stephen Sinclair
parent 586b0add5f
commit cf06b7598b
4 changed files with 16 additions and 8 deletions

View File

@@ -37,7 +37,7 @@
*/
/************************************************************************/
// RtAudio: Version 3.0, 1 March 2004
// RtAudio: Version 3.0.1, 22 March 2004
#ifndef __RTAUDIO_H
#define __RTAUDIO_H
@@ -186,8 +186,7 @@ protected:
RtApiStream()
:apiHandle(0), userBuffer(0), deviceBuffer(0) {}
// :apiHandle(0), mode(UNINITIALIZED), state(STREAM_STOPPED),
// userBuffer(0), deviceBuffer(0) {}
// mode(UNINITIALIZED), state(STREAM_STOPPED),
};
// A protected device structure for audio devices.