Functions | |
const char * | snd_pcm_type_name (snd_pcm_type_t type) |
get name of PCM type | |
const char * | snd_pcm_stream_name (const snd_pcm_stream_t stream) |
get name of PCM stream type | |
const char * | snd_pcm_access_name (const snd_pcm_access_t _access) |
get name of PCM access type | |
const char * | snd_pcm_format_name (const snd_pcm_format_t format) |
get name of PCM sample format | |
const char * | snd_pcm_format_description (const snd_pcm_format_t format) |
get description of PCM sample format | |
const char * | snd_pcm_subformat_name (const snd_pcm_subformat_t subformat) |
get name of PCM sample subformat | |
const char * | snd_pcm_subformat_description (const snd_pcm_subformat_t subformat) |
get description of PCM sample subformat | |
snd_pcm_format_t | snd_pcm_format_value (const char *name) |
get PCM sample format from name | |
const char * | snd_pcm_tstamp_mode_name (const snd_pcm_tstamp_t mode) |
get name of PCM tstamp mode setting | |
const char * | snd_pcm_state_name (const snd_pcm_state_t state) |
get name of PCM state |
|
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 type
|
|
get description of PCM sample subformat
|
|
get name of PCM sample subformat
|
|
get name of PCM tstamp mode setting
|
|
get name of PCM type
|