Ring Daemon 16.0.0
Loading...
Searching...
No Matches
alsalayer.h File Reference
Include dependency graph for alsalayer.h:
This graph shows which files directly or indirectly include this file:

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.
 

Macro Definition Documentation

◆ ALSA_CAPTURE_DEVICE

#define ALSA_CAPTURE_DEVICE   0x0001 /** Error while opening capture device */

Definition at line 30 of file alsalayer.h.

◆ ALSA_PLAYBACK_DEVICE

#define ALSA_PLAYBACK_DEVICE   0x0010 /** Error while opening playback device */

Definition at line 31 of file alsalayer.h.

◆ PCM_DMIX

#define PCM_DMIX   "plug:dmix" /** Alsa plugin for software mixing */

Definition at line 27 of file alsalayer.h.