List of all members.
Detailed Description
Class for handling input devices, like microphones.
Constructor & Destructor Documentation
openalpp::InputDevice::InputDevice |
( |
|
) |
|
openalpp::InputDevice::InputDevice |
( |
int |
device, |
|
|
unsigned int |
samplerate, |
|
|
unsigned int |
buffersize = 1024 , |
|
|
SampleFormat |
format = Mono16 | |
|
) |
| | |
Constructor.
- Parameters:
-
| device | is the device to open. -1 for default input. |
| samplerate | is the desired sample rate. |
| buffersize | is the desired buffer size _in samples_. |
| format | is the desired sample format. |
openalpp::InputDevice::InputDevice |
( |
const InputDevice & |
input |
) |
|
virtual openalpp::InputDevice::~InputDevice |
( |
|
) |
[protected, virtual] |
Member Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: