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/structRtAudioDeviceInfo.html | 49 ++++++++++++++++++++++++++--------- 1 file changed, 37 insertions(+), 12 deletions(-) (limited to 'doc/html/structRtAudioDeviceInfo.html') diff --git a/doc/html/structRtAudioDeviceInfo.html b/doc/html/structRtAudioDeviceInfo.html index ae1c6a9..c67fbea 100644 --- a/doc/html/structRtAudioDeviceInfo.html +++ b/doc/html/structRtAudioDeviceInfo.html @@ -2,6 +2,7 @@ The RtAudio Tutorial +
@@ -26,11 +27,13 @@ int duplexChannels -bool isDefault +bool isDefaultOutput -std::vector< int > sampleRates +bool isDefaultInput -RtAudioFormat nativeFormats +std::vector< int > sampleRates + +RtAudioFormat nativeFormats

Detailed Description

@@ -152,13 +155,36 @@ Maximum input channels supported by device. Maximum simultaneous input/output channels supported by device. -

+

+ + + + +
+ + + + +
bool RtAudioDeviceInfo::isDefaultOutput
+
+ + + + + +
+   + + +

+true if this is the default output device.

+

@@ -172,16 +198,16 @@ Maximum simultaneous input/output channels supported by device. +true if this is the default input device.
- +
bool RtAudioDeviceInfo::isDefault bool RtAudioDeviceInfo::isDefaultInput

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

-

+

@@ -198,13 +224,13 @@ true if this is the default output or input device. Supported sample rates (queried from list of standard rates).
- +
std::vector<int> RtAudioDeviceInfo::sampleRates std::vector<int> RtAudioDeviceInfo::sampleRates
-

+

@@ -226,8 +252,7 @@ Bit mask of supported data formats.
- +
RtAudioFormat RtAudioDeviceInfo::nativeFormats RtAudioFormat RtAudioDeviceInfo::nativeFormats
- +
©2001-2005 Gary P. Scavone, McGill University. All Rights Reserved.
- Maintained by Gary P. Scavone, gary@music.mcgill.ca
©2001-2006 Gary P. Scavone, McGill University. All Rights Reserved.
Maintained by Gary P. Scavone.
-- cgit v1.2.3