From 2ea2d92e3b4e1e87ffe1df14da877334834a499f Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Fri, 11 Oct 2013 02:06:28 +0200 Subject: Release 4.0.12 tarball --- doc/html/structRtAudio_1_1DeviceInfo.html | 129 ++++++++++++++++-------------- 1 file changed, 68 insertions(+), 61 deletions(-) (limited to 'doc/html/structRtAudio_1_1DeviceInfo.html') diff --git a/doc/html/structRtAudio_1_1DeviceInfo.html b/doc/html/structRtAudio_1_1DeviceInfo.html index 598d81b..a95b6ec 100644 --- a/doc/html/structRtAudio_1_1DeviceInfo.html +++ b/doc/html/structRtAudio_1_1DeviceInfo.html @@ -8,154 +8,163 @@
Home   Class/Enum List   File List   Compound Members  

- - + + + +
+ +
+
RtAudio::DeviceInfo Struct Reference
+
-

RtAudio::DeviceInfo Struct Reference

+

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

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

+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

- +

Detailed Description

+

The public device information structure for returning queried values.

+

Member Data Documentation

+
- +
bool RtAudio::DeviceInfo::probedbool RtAudio::DeviceInfo::probed
-
-
+

true if the device capabilities were successfully probed.

- +
- +
std::string RtAudio::DeviceInfo::namestd::string RtAudio::DeviceInfo::name
-
-
+

Character string device identifier.

- +
- +
unsigned int RtAudio::DeviceInfo::outputChannelsunsigned int RtAudio::DeviceInfo::outputChannels
-
-
+

Maximum output channels supported by device.

- +
- +
unsigned int RtAudio::DeviceInfo::inputChannelsunsigned int RtAudio::DeviceInfo::inputChannels
-
-
+

Maximum input channels supported by device.

- +
- +
unsigned int RtAudio::DeviceInfo::duplexChannelsunsigned int RtAudio::DeviceInfo::duplexChannels
-
-
+

Maximum simultaneous input/output channels supported by device.

- +
- +
bool RtAudio::DeviceInfo::isDefaultOutputbool RtAudio::DeviceInfo::isDefaultOutput
-
-
+

true if this is the default output device.

- +
- +
bool RtAudio::DeviceInfo::isDefaultInputbool RtAudio::DeviceInfo::isDefaultInput
-
-
+

true if this is the default input device.

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

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

- +
- +
RtAudioFormat RtAudio::DeviceInfo::nativeFormatsRtAudioFormat RtAudio::DeviceInfo::nativeFormats
-
-
+

Bit mask of supported data formats.

@@ -163,12 +172,10 @@
The documentation for this struct was generated from the following file: -
+

- - +
©2001-2012 Gary P. Scavone, McGill University. All Rights Reserved.
Maintained by Gary P. Scavone.
©2001-2013 Gary P. Scavone, McGill University. All Rights Reserved.
Maintained by Gary P. Scavone.
- -- cgit v1.2.3