"Namespace" to collect all static, PortAudio related functions.
More...
#include <portaudio.hh>
"Namespace" to collect all static, PortAudio related functions.
int PortAudio::defaultInputDevice |
( |
| ) |
|
|
static |
Returns the index of the default input device.
int PortAudio::defaultOutputDevice |
( |
| ) |
|
|
static |
Returns the index of the default output device.
std::string PortAudio::deviceName |
( |
int |
idx | ) |
|
|
static |
bool PortAudio::hasInputStream |
( |
int |
idx | ) |
|
|
static |
Returns true
of the given device provides an input chanel.
bool PortAudio::hasOutputStream |
( |
int |
idx | ) |
|
|
static |
Returns true
of the given device provides an output chanel.
Initializes the PortAudio system, must be called first.
int PortAudio::numDevices |
( |
| ) |
|
|
static |
Returns the number of devices available.
void PortAudio::terminate |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files:
- /Users/hannes/Uni/Elektronik/sdr/libsdr/src/portaudio.hh
- /Users/hannes/Uni/Elektronik/sdr/libsdr/src/portaudio.cc