summaryrefslogtreecommitdiff
path: root/RtAudio.h
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2007-12-04 20:09:57 +0000
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:31:24 +0200
commitf6708f5edc4719fdc5a54cfcb11159d197dd6dcd (patch)
tree969690e2556b0d2429bcdf4aa0166961f597b524 /RtAudio.h
parent1e492d19f956d99e3315a3600170d6f1d9869cab (diff)
Various configure changes for MinGW (gps).
Diffstat (limited to 'RtAudio.h')
-rw-r--r--RtAudio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/RtAudio.h b/RtAudio.h
index 5b6dd30..1bb1336 100644
--- a/RtAudio.h
+++ b/RtAudio.h
@@ -794,6 +794,8 @@ public:
private:
+ std::vector<RtAudio::DeviceInfo> devices_;
+ void saveDeviceInfo( void );
bool coInitialized_;
bool probeDeviceOpen( unsigned int device, StreamMode mode, unsigned int channels,
unsigned int firstChannel, unsigned int sampleRate,