Functions | |
const char * | snd_pcm_start_mode_name (snd_pcm_start_t mode) |
(DEPRECATED) get name of PCM start mode setting. More... | |
const char * | snd_pcm_xrun_mode_name (snd_pcm_xrun_t mode) |
(DEPRECATED) get name of PCM xrun mode setting. More... | |
int | snd_pcm_sw_params_set_start_mode (snd_pcm_t *pcm, snd_pcm_sw_params_t *params, snd_pcm_start_t val) |
(DEPRECATED) Set start mode inside a software configuration container. More... | |
snd_pcm_start_t | snd_pcm_sw_params_get_start_mode (const snd_pcm_sw_params_t *params) |
(DEPRECATED) Get start mode from a software configuration container. More... | |
int | snd_pcm_sw_params_set_xrun_mode (snd_pcm_t *pcm, snd_pcm_sw_params_t *params, snd_pcm_xrun_t val) |
(DEPRECATED) Set xrun mode inside a software configuration container. More... | |
snd_pcm_xrun_t | snd_pcm_sw_params_get_xrun_mode (const snd_pcm_sw_params_t *params) |
(DEPRECATED) Get xrun mode from a software configuration container. More... |
|
(DEPRECATED) get name of PCM start mode setting.
|
|
(DEPRECATED) Get start mode from a software configuration container.
|
|
(DEPRECATED) Get xrun mode from a software configuration container.
|
|
(DEPRECATED) Set start mode inside a software configuration container.
|
|
(DEPRECATED) Set xrun mode inside a software configuration container.
|
|
(DEPRECATED) get name of PCM xrun mode setting.
|