Functions | |
const char * | snd_pcm_stream_name (const snd_pcm_stream_t stream) |
get name of PCM stream. More... | |
const char * | snd_pcm_access_name (const snd_pcm_access_t _access) |
get name of PCM access type. More... | |
const char * | snd_pcm_format_name (const snd_pcm_format_t format) |
get name of PCM sample format. More... | |
const char * | snd_pcm_format_description (const snd_pcm_format_t format) |
get description of PCM sample format. More... | |
const char * | snd_pcm_subformat_name (const snd_pcm_subformat_t subformat) |
get name of PCM sample subformat. More... | |
const char * | snd_pcm_subformat_description (const snd_pcm_subformat_t subformat) |
get description of PCM sample subformat. More... | |
snd_pcm_format_t | snd_pcm_format_value (const char *name) |
get PCM sample format from name. More... | |
const char * | snd_pcm_tstamp_mode_name (const snd_pcm_tstamp_t mode) |
get name of PCM tstamp mode setting. More... | |
const char * | snd_pcm_state_name (const snd_pcm_state_t state) |
get name of PCM state. More... |
|
get name of PCM access type.
|
|
get description of PCM sample format.
|
|
get name of PCM sample format.
|
|
get PCM sample format from name.
|
|
get name of PCM state.
|
|
get name of PCM stream.
|
|
get description of PCM sample subformat.
|
|
get name of PCM sample subformat.
|
|
get name of PCM tstamp mode setting.
|