#include <string>
#include <vector>
#include <alsa/asoundlib.h>
#include <boost/shared_ptr.hpp>
#include <boost/archive/text_oarchive.hpp>
#include <boost/archive/text_iarchive.hpp>
#include <boost/serialization/base_object.hpp>


Go to the source code of this file.
Namespaces | |
| namespace | Gizmod |
Classes | |
| class | Gizmod::AlsaEvent |
| Data structure that holds information about Alsa events. More... | |
Enumerations | |
| enum | Gizmod::AlsaEventType { Gizmod::ALSAEVENT_ERROR, Gizmod::ALSAEVENT_SOUNDCARD_ATTACH, Gizmod::ALSAEVENT_SOUNDCARD_DETACH, Gizmod::ALSAEVENT_MIXERELEMENT_ATTACH, Gizmod::ALSAEVENT_MIXERELEMENT_CHANGE, Gizmod::ALSAEVENT_MIXERELEMENT_DETACH } |
| Type that indicates the type of AlsaEvent. More... | |
Definition in file AlsaEvent.hpp.
1.5.3