diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2018-10-16 15:04:54 +0200 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2018-10-16 15:04:54 +0200 |
| commit | 40d607b2b30e64fcf9978386dd746c20566ef324 (patch) | |
| tree | a6871b54db42fb8ceeef62627372863d21dfe042 /doc/doxygen | |
| parent | 4690b26068191afa44dc8a872e250990acb1d175 (diff) | |
| parent | c8872791415514880108c2e46f0c0bb2b7236acf (diff) | |
Merge remote-tracking branch 'upstream/pr/154'
Diffstat (limited to 'doc/doxygen')
| -rw-r--r-- | doc/doxygen/probe.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxygen/probe.txt b/doc/doxygen/probe.txt index 975ff0e..6997000 100644 --- a/doc/doxygen/probe.txt +++ b/doc/doxygen/probe.txt @@ -45,7 +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. + unsigned int preferredSampleRate; // Preferred sample rate, e.g. for WASAPI the system sample rate. RtAudioFormat nativeFormats; // Bit mask of supported data formats. }; \endcode |
