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/structRtAudio_1_1RTAUDIO__DEVICE.html | 384 ------------------------- 1 file changed, 384 deletions(-) delete mode 100644 doc/html/structRtAudio_1_1RTAUDIO__DEVICE.html (limited to 'doc/html/structRtAudio_1_1RTAUDIO__DEVICE.html') diff --git a/doc/html/structRtAudio_1_1RTAUDIO__DEVICE.html b/doc/html/structRtAudio_1_1RTAUDIO__DEVICE.html deleted file mode 100644 index 837c218..0000000 --- a/doc/html/structRtAudio_1_1RTAUDIO__DEVICE.html +++ /dev/null @@ -1,384 +0,0 @@ - - -The RtAudio Tutorial - - - -
-Tutorial   Class/Enum List   File List   Compound Members  
-
- -

RtAudio::RTAUDIO_DEVICE Struct Reference

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

-#include <RtAudio.h> -

-List of all members. - - - - - - - - - - - - - - -

Public Attributes

char name [128]
bool probed
int maxOutputChannels
int maxInputChannels
int maxDuplexChannels
int minOutputChannels
int minInputChannels
int minDuplexChannels
bool hasDuplexSupport
bool isDefault
int nSampleRates
int sampleRates [MAX_SAMPLE_RATES]
RTAUDIO_FORMAT nativeFormats
-


Detailed Description

-The public device information structure for passing queried values. -

-


Member Data Documentation

-

- - - - -
- - - - - -
-char RtAudio::RTAUDIO_DEVICE::name -
-
- - - - - -
-   - - -

-Character string device identifier.

-

- - - - -
- - - - - -
-bool RtAudio::RTAUDIO_DEVICE::probed -
-
- - - - - -
-   - - -

-true if the device capabilities were successfully probed.

-

- - - - -
- - - - - -
-int RtAudio::RTAUDIO_DEVICE::maxOutputChannels -
-
- - - - - -
-   - - -

-Maximum output channels supported by device.

-

- - - - -
- - - - - -
-int RtAudio::RTAUDIO_DEVICE::maxInputChannels -
-
- - - - - -
-   - - -

-Maximum input channels supported by device.

-

- - - - -
- - - - - -
-int RtAudio::RTAUDIO_DEVICE::maxDuplexChannels -
-
- - - - - -
-   - - -

-Maximum simultaneous input/output channels supported by device.

-

- - - - -
- - - - - -
-int RtAudio::RTAUDIO_DEVICE::minOutputChannels -
-
- - - - - -
-   - - -

-Minimum output channels supported by device.

-

- - - - -
- - - - - -
-int RtAudio::RTAUDIO_DEVICE::minInputChannels -
-
- - - - - -
-   - - -

-Minimum input channels supported by device.

-

- - - - -
- - - - - -
-int RtAudio::RTAUDIO_DEVICE::minDuplexChannels -
-
- - - - - -
-   - - -

-Minimum simultaneous input/output channels supported by device.

-

- - - - -
- - - - - -
-bool RtAudio::RTAUDIO_DEVICE::hasDuplexSupport -
-
- - - - - -
-   - - -

-true if device supports duplex mode.

-

- - - - -
- - - - - -
-bool RtAudio::RTAUDIO_DEVICE::isDefault -
-
- - - - - -
-   - - -

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

-

- - - - -
- - - - - -
-int RtAudio::RTAUDIO_DEVICE::nSampleRates -
-
- - - - - -
-   - - -

-Number of discrete rates or -1 if range supported.

-

- - - - -
- - - - - -
-int RtAudio::RTAUDIO_DEVICE::sampleRates -
-
- - - - - -
-   - - -

-Supported rates or (min, max) if range.

-

- - - - -
- - - - - -
-RTAUDIO_FORMAT RtAudio::RTAUDIO_DEVICE::nativeFormats -
-
- - - - - -
-   - - -

-Bit mask of supported data formats.

-


The documentation for this struct was generated from the following file: -
- -
- ©2001-2002 Gary P. Scavone, CCRMA, Stanford University. All Rights Reserved.
- Maintained by Gary P. Scavone, gary@ccrma.stanford.edu

-

- - - -- cgit v1.2.3