#include "alsaport.h"
#include <QPointer>
#include <QThread>
#include <QReadWriteLock>
Go to the source code of this file.
Classes | |
class | ClientInfo |
Client information. More... | |
class | SystemInfo |
System information. More... | |
class | PoolInfo |
Sequencer Pool information. More... | |
class | SequencerEventHandler |
Sequencer events handler. More... | |
class | MidiClient |
Client management. More... | |
class | SequencerInputThread |
This class manages event input from the ALSA sequencer. | |
Typedefs | |
typedef QList< ClientInfo > | ClientInfoList |
List of sequencer client information. | |
Functions | |
QString | getRuntimeALSADriverVersion () |
Gets the runtime ALSA drivers version string. | |
int | getRuntimeALSADriverNumber () |
Gets the runtime ALSA drivers version number. |
Definition in file alsaclient.h.