|
Ring Daemon
|


Go to the source code of this file.
Classes | |
| class | jami::AlsaLayer |
Namespaces | |
| namespace | jami |
Macros | |
| #define | ALSA_CAPTURE_DEVICE 0x0001 /** Error while opening capture device */ |
| #define | ALSA_PLAYBACK_DEVICE 0x0010 /** Error while opening playback device */ |
| #define | PCM_DMIX "plug:dmix" /** Alsa plugin for software mixing */ |
Typedefs | |
| typedef std::pair< int, std::string > | jami::HwIDPair |
| Associate a sound card index to its string description. | |
| #define ALSA_CAPTURE_DEVICE 0x0001 /** Error while opening capture device */ |
Definition at line 30 of file alsalayer.h.
| #define ALSA_PLAYBACK_DEVICE 0x0010 /** Error while opening playback device */ |
Definition at line 31 of file alsalayer.h.
| #define PCM_DMIX "plug:dmix" /** Alsa plugin for software mixing */ |
Definition at line 27 of file alsalayer.h.