#include <AlsaEvent.hpp>
Public Member Functions | |
AlsaEvent () | |
AlsaEvent Default Constructor. | |
AlsaEvent (AlsaEventType type, unsigned int mask=0) | |
AlsaEvent Init Constructor. | |
AlsaEvent (AlsaEvent const &Event) | |
AlsaEvent Init Constructor. | |
virtual | ~AlsaEvent () |
AlsaEvent Destructor. | |
Public Attributes | |
AlsaEventType | Type |
The type of event. | |
unsigned int | Mask |
Alsa event mask. | |
bool | IsActiveChanged |
Has active changed. | |
bool | ElementsChanged |
Has Number of mixer elements changed. | |
bool | VolumePlaybackChanged |
Playback volume changed. | |
bool | VolumeCaptureChanged |
Capture volume changed. | |
bool | SwitchPlaybackChanged |
Playback switch changed. | |
bool | SwitchCaptureChanged |
Capture switch changed. | |
Friends | |
class | boost::serialization::access |
Definition at line 75 of file AlsaEvent.hpp.