From 830706e4368bb27d4c7d8138fbce4e393cedcd2f Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Fri, 11 Oct 2013 00:00:56 +0200 Subject: Release 3.0 tarball --- doc/html/structRtAudioDeviceInfo.html | 226 ++++++++++++++++++++++++++++++++++ 1 file changed, 226 insertions(+) create mode 100644 doc/html/structRtAudioDeviceInfo.html (limited to 'doc/html/structRtAudioDeviceInfo.html') diff --git a/doc/html/structRtAudioDeviceInfo.html b/doc/html/structRtAudioDeviceInfo.html new file mode 100644 index 0000000..9039a18 --- /dev/null +++ b/doc/html/structRtAudioDeviceInfo.html @@ -0,0 +1,226 @@ + + +The RtAudio Tutorial + + + +
+Tutorial   Class/Enum List   File List   Compound Members  
+
+ +

RtAudioDeviceInfo Struct Reference

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

+#include <RtAudio.h> +

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

Public Attributes

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


Detailed Description

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

+


Member Data Documentation

+

+ + + + +
+ + +
std::string RtAudioDeviceInfo::name +
+
+ + + + + +
+   + + +

+Character string device identifier.

+

+ + + + +
+ + +
bool RtAudioDeviceInfo::probed +
+
+ + + + + +
+   + + +

+true if the device capabilities were successfully probed.

+

+ + + + +
+ + +
int RtAudioDeviceInfo::outputChannels +
+
+ + + + + +
+   + + +

+Maximum output channels supported by device.

+

+ + + + +
+ + +
int RtAudioDeviceInfo::inputChannels +
+
+ + + + + +
+   + + +

+Maximum input channels supported by device.

+

+ + + + +
+ + +
int RtAudioDeviceInfo::duplexChannels +
+
+ + + + + +
+   + + +

+Maximum simultaneous input/output channels supported by device.

+

+ + + + +
+ + +
bool RtAudioDeviceInfo::isDefault +
+
+ + + + + +
+   + + +

+true if this is the default output or input device.

+

+ + + + +
+ + +
std::vector<int> RtAudioDeviceInfo::sampleRates +
+
+ + + + + +
+   + + +

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

+

+ + + + +
+ + +
RtAudioFormat RtAudioDeviceInfo::nativeFormats +
+
+ + + + + +
+   + + +

+Bit mask of supported data formats.

+


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