diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2016-08-05 11:44:21 -0400 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2016-08-05 11:44:21 -0400 |
| commit | afbfaa480dfbb76ccf4043c5935aa450c524d5b1 (patch) | |
| tree | ef1fc9dbbd312658a5f44c3ac9f19a89ea61a7aa | |
| parent | 3cfbc9a5f3336b6015c615aae8f87b2a4eea8cc4 (diff) | |
Documentation fix for issue #70.
| -rw-r--r-- | doc/doxygen/probe.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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<unsigned int> 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 |
