gtkIOStream
1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
|
Go to the source code of this file.
Classes | |
class | ALSA::ALSADebug |
Namespaces | |
ALSA | |
Macros | |
#define | ALSA_PCM_NOT_OPEN_ERROR -1+ALSA_ERROR_OFFSET |
error when pcm pointer is null More... | |
#define | ALSA_UNKNOWN_READ_ERROR -2+ALSA_ERROR_OFFSET |
error when reading and an unknown code is retured More... | |
#define | ALSA_FULLDUPLEX_PROCESS_ERROR -3+ALSA_ERROR_OFFSET |
error when processing the full duplex method. More... | |
#define | ALSA_FRAME_MISMATCH_ERROR -4+ALSA_ERROR_OFFSET |
error when frame sizes are incorrect More... | |
#define | ALSA_NO_CHANNELS_ERROR -5+ALSA_ERROR_OFFSET |
error when channel cnt is zero More... | |
#define | ALSA_YOUR_PROCESS_FN_ERROR -6+ALSA_ERROR_OFFSET |
error when calling the user's process function More... | |
#define | ALSA_FORMAT_MISMATCH_ERROR -7+ALSA_ERROR_OFFSET |
error when comparing bits sizes of two words More... | |
#define | ALSA_MIXER_NOT_OPEN_ERROR -8+ALSA_ERROR_OFFSET |
error when mixer pointer is null More... | |
#define | ALSA_MIXER_QUERY_ERROR -9+ALSA_ERROR_OFFSET |
error when attempting to query the mixer More... | |
#define | ALSA_MIXER_FIND_ELEMENT_ERROR -10+ALSA_ERROR_OFFSET |
error when trying to find a mixer element More... | |
#define | ALSA_MIXER_WRONG_ELEMENT_ERROR -11+ALSA_ERROR_OFFSET |
error when comparing two mixer elements. More... | |
#define | ALSA_MIXER_NO_CHANNEL_ERROR -12+ALSA_ERROR_OFFSET |
error when we can't find the prescribed channel More... | |
#define | ALSA_MIXER_NO_PLAYBACK_VOL_ERROR -13+ALSA_ERROR_OFFSET |
error this mixer element is not a playback element More... | |
#define | ALSA_MIXER_NO_CAPTURE_VOL_ERROR -13+ALSA_ERROR_OFFSET |
error this mixer element is not a playback element More... | |
#define ALSA_FORMAT_MISMATCH_ERROR -7+ALSA_ERROR_OFFSET |
error when comparing bits sizes of two words
Definition at line 31 of file ALSADebug.H.
#define ALSA_FRAME_MISMATCH_ERROR -4+ALSA_ERROR_OFFSET |
error when frame sizes are incorrect
Definition at line 28 of file ALSADebug.H.
#define ALSA_FULLDUPLEX_PROCESS_ERROR -3+ALSA_ERROR_OFFSET |
error when processing the full duplex method.
Definition at line 27 of file ALSADebug.H.
#define ALSA_MIXER_FIND_ELEMENT_ERROR -10+ALSA_ERROR_OFFSET |
error when trying to find a mixer element
Definition at line 34 of file ALSADebug.H.
#define ALSA_MIXER_NO_CAPTURE_VOL_ERROR -13+ALSA_ERROR_OFFSET |
error this mixer element is not a playback element
Definition at line 38 of file ALSADebug.H.
#define ALSA_MIXER_NO_CHANNEL_ERROR -12+ALSA_ERROR_OFFSET |
error when we can't find the prescribed channel
Definition at line 36 of file ALSADebug.H.
#define ALSA_MIXER_NO_PLAYBACK_VOL_ERROR -13+ALSA_ERROR_OFFSET |
error this mixer element is not a playback element
Definition at line 37 of file ALSADebug.H.
#define ALSA_MIXER_NOT_OPEN_ERROR -8+ALSA_ERROR_OFFSET |
error when mixer pointer is null
Definition at line 32 of file ALSADebug.H.
#define ALSA_MIXER_QUERY_ERROR -9+ALSA_ERROR_OFFSET |
error when attempting to query the mixer
Definition at line 33 of file ALSADebug.H.
#define ALSA_MIXER_WRONG_ELEMENT_ERROR -11+ALSA_ERROR_OFFSET |
error when comparing two mixer elements.
Definition at line 35 of file ALSADebug.H.
#define ALSA_NO_CHANNELS_ERROR -5+ALSA_ERROR_OFFSET |
error when channel cnt is zero
Definition at line 29 of file ALSADebug.H.
#define ALSA_PCM_NOT_OPEN_ERROR -1+ALSA_ERROR_OFFSET |
error when pcm pointer is null
Definition at line 25 of file ALSADebug.H.
#define ALSA_UNKNOWN_READ_ERROR -2+ALSA_ERROR_OFFSET |
error when reading and an unknown code is retured
Definition at line 26 of file ALSADebug.H.
#define ALSA_YOUR_PROCESS_FN_ERROR -6+ALSA_ERROR_OFFSET |
error when calling the user's process function
Definition at line 30 of file ALSADebug.H.
GTK+ IOStream
Beta
|