Browse Source

Documentation fix for issue #70.

tags/5.0.0
Gary Scavone 9 years ago
parent
commit
afbfaa480d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      doc/doxygen/probe.txt

+ 1
- 0
doc/doxygen/probe.txt View File

@@ -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


Loading…
Cancel
Save