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

RtAudio::StreamParameters Struct Reference

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

+#include <RtAudio.h> +

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

Public Attributes

unsigned int deviceId
unsigned int nChannels
unsigned int firstChannel
+


Detailed Description

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

+


Member Data Documentation

+

+ + + + +
+ + + + +
unsigned int RtAudio::StreamParameters::deviceId
+
+ + + + + +
+   + + +

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

+

+ + + + +
+ + + + +
unsigned int RtAudio::StreamParameters::nChannels
+
+ + + + + +
+   + + +

+Number of channels.

+

+ + + + +
+ + + + +
unsigned int RtAudio::StreamParameters::firstChannel
+
+ + + + + +
+   + + +

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

+


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