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/structRtAudioStreamParameters.html | 109 ++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 doc/html/structRtAudioStreamParameters.html (limited to 'doc/html/structRtAudioStreamParameters.html') diff --git a/doc/html/structRtAudioStreamParameters.html b/doc/html/structRtAudioStreamParameters.html new file mode 100644 index 0000000..a61cf7b --- /dev/null +++ b/doc/html/structRtAudioStreamParameters.html @@ -0,0 +1,109 @@ + + +The RtAudio Tutorial + + + + +
+Tutorial   Class/Enum List   File List   Compound Members  
+
+ +

RtAudioStreamParameters Struct Reference

The structure for specifying input or ouput stream parameters. +More... +

+#include <RtAudio.h> +

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

Public Attributes

int deviceId
int nChannels
int firstChannel
+


Detailed Description

+The structure for specifying input or ouput stream parameters. +

+


Member Data Documentation

+

+ + + + +
+ + + + +
int RtAudioStreamParameters::deviceId
+
+ + + + + +
+   + + +

+Device index (0 to getDeviceCount() - 1).

+

+ + + + +
+ + + + +
int RtAudioStreamParameters::nChannels
+
+ + + + + +
+   + + +

+Number of channels.

+

+ + + + +
+ + + + +
int RtAudioStreamParameters::firstChannel
+
+ + + + + +
+   + + +

+First channel index on device (default = 0).

+


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