From afbfaa480dfbb76ccf4043c5935aa450c524d5b1 Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Fri, 5 Aug 2016 11:44:21 -0400 Subject: [PATCH] Documentation fix for issue #70. --- doc/doxygen/probe.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/doxygen/probe.txt b/doc/doxygen/probe.txt index 653955b..975ff0e 100644 --- a/doc/doxygen/probe.txt +++ b/doc/doxygen/probe.txt @@ -45,6 +45,7 @@ The RtAudio::DeviceInfo structure is defined in RtAudio.h and provides a variety bool isDefaultOutput; // true if this is the default output device. bool isDefaultInput; // true if this is the default input device. std::vector sampleRates; // Supported sample rates. + unsigned int preferredSampleRate; // Preferred sample rate, eg. for WASAPI the system sample rate. RtAudioFormat nativeFormats; // Bit mask of supported data formats. }; \endcode