#include <GizmoEventSoundCard.hpp>
Public Member Functions | |
AlsaMixer const * | getMixer () |
Get the associated Mixer. | |
AlsaSoundCard const * | getSoundCard () |
Get the associated SoundCard. | |
GizmoEventSoundCard () | |
Serialize Constructor. | |
GizmoEventSoundCard (AlsaEvent const &Event, AlsaSoundCard const &SoundCard, bool IsRemote=false) | |
Default Constructor. | |
GizmoEventSoundCard (AlsaEvent const &Event, AlsaSoundCard const &SoundCard, AlsaMixer const &Mixer, bool IsRemote=false) | |
Default Constructor. | |
virtual | ~GizmoEventSoundCard () |
Destructor. | |
Protected Attributes | |
AlsaMixer const * | mpMixer |
The assocaited Mixer. | |
AlsaSoundCard const * | mpSoundCard |
The associated SoundCard. | |
Friends | |
class | boost::serialization::access |
This class is for all GizmoEventSoundCards attached to the system.
Definition at line 65 of file GizmoEventSoundCard.hpp.
GizmoEventSoundCard::GizmoEventSoundCard | ( | ) |
Serialize Constructor.
GizmoEventSoundCard Serialize Constructor.
Definition at line 72 of file GizmoEventSoundCard.cpp.
GizmoEventSoundCard::GizmoEventSoundCard | ( | AlsaEvent const & | Event, | |
AlsaSoundCard const & | SoundCard, | |||
bool | IsRemote = false | |||
) |
Default Constructor.
GizmoEventSoundCard Default Constructor.
Definition at line 50 of file GizmoEventSoundCard.cpp.
References mpMixer, and mpSoundCard.
GizmoEventSoundCard::GizmoEventSoundCard | ( | AlsaEvent const & | Event, | |
AlsaSoundCard const & | SoundCard, | |||
AlsaMixer const & | Mixer, | |||
bool | IsRemote = false | |||
) |
Default Constructor.
GizmoEventSoundCard Default Constructor.
Definition at line 61 of file GizmoEventSoundCard.cpp.
References mpMixer, and mpSoundCard.
GizmoEventSoundCard::~GizmoEventSoundCard | ( | ) | [virtual] |
AlsaMixer const * GizmoEventSoundCard::getMixer | ( | ) |
Get the associated Mixer.
Definition at line 89 of file GizmoEventSoundCard.cpp.
References mpMixer.
AlsaSoundCard const * GizmoEventSoundCard::getSoundCard | ( | ) |
Get the associated SoundCard.
Definition at line 97 of file GizmoEventSoundCard.cpp.
References mpSoundCard.