From 0876bbd0bad22677b23342c828bc36c3babbed4e Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Fri, 11 Oct 2013 01:46:50 +0200 Subject: Release 4.0.0 tarball --- doc/html/structRtAudio_1_1DeviceInfo.html | 261 ++++++++++++++++++++++++++++++ 1 file changed, 261 insertions(+) create mode 100644 doc/html/structRtAudio_1_1DeviceInfo.html (limited to 'doc/html/structRtAudio_1_1DeviceInfo.html') diff --git a/doc/html/structRtAudio_1_1DeviceInfo.html b/doc/html/structRtAudio_1_1DeviceInfo.html new file mode 100644 index 0000000..9b795f1 --- /dev/null +++ b/doc/html/structRtAudio_1_1DeviceInfo.html @@ -0,0 +1,261 @@ + + +The RtAudio Home Page + + + + +
+Home   Class/Enum List   File List   Compound Members  
+
+ + +

RtAudio::DeviceInfo Struct Reference

The public device information structure for returning queried values. +More... +

+#include <RtAudio.h> +

+List of all members. + + + + + + + + + + + + + + + + + + + + +

Public Attributes

bool probed
std::string name
unsigned int outputChannels
unsigned int inputChannels
unsigned int duplexChannels
bool isDefaultOutput
bool isDefaultInput
std::vector< unsigned int > sampleRates
RtAudioFormat nativeFormats
+


Detailed Description

+The public device information structure for returning queried values. +

+


Member Data Documentation

+

+ + + + +
+ + + + +
bool RtAudio::DeviceInfo::probed
+
+ + + + + +
+   + + +

+true if the device capabilities were successfully probed.

+

+ + + + +
+ + + + +
std::string RtAudio::DeviceInfo::name
+
+ + + + + +
+   + + +

+Character string device identifier.

+

+ + + + +
+ + + + +
unsigned int RtAudio::DeviceInfo::outputChannels
+
+ + + + + +
+   + + +

+Maximum output channels supported by device.

+

+ + + + +
+ + + + +
unsigned int RtAudio::DeviceInfo::inputChannels
+
+ + + + + +
+   + + +

+Maximum input channels supported by device.

+

+ + + + +
+ + + + +
unsigned int RtAudio::DeviceInfo::duplexChannels
+
+ + + + + +
+   + + +

+Maximum simultaneous input/output channels supported by device.

+

+ + + + +
+ + + + +
bool RtAudio::DeviceInfo::isDefaultOutput
+
+ + + + + +
+   + + +

+true if this is the default output device.

+

+ + + + +
+ + + + +
bool RtAudio::DeviceInfo::isDefaultInput
+
+ + + + + +
+   + + +

+true if this is the default input device.

+

+ + + + +
+ + + + +
std::vector<unsigned int> RtAudio::DeviceInfo::sampleRates
+
+ + + + + +
+   + + +

+Supported sample rates (queried from list of standard rates).

+

+ + + + +
+ + + + +
RtAudioFormat RtAudio::DeviceInfo::nativeFormats
+
+ + + + + +
+   + + +

+Bit mask of supported data formats.

+


The documentation for this struct was generated from the following file: +
+ + + +
©2001-2007 Gary P. Scavone, McGill University. All Rights Reserved.
Maintained by Gary P. Scavone.
+ + + -- cgit v1.2.3