#include <inputdevice.h>
Inheritance diagram for openalpp::InputDevice:
Public Member Functions | |
InputDevice () | |
InputDevice (int device, unsigned int samplerate, unsigned int buffersize=1024, SampleFormat format=Mono16) | |
InputDevice (const InputDevice &input) | |
InputDevice & | operator= (const InputDevice &input) |
Protected Member Functions | |
virtual | ~InputDevice () |
|
Constructor. |
|
Constructor.
|
|
Copy constructor. |
|
Destructor. |
|
Assignment operator. |