snd_pcm_get_format_name

Name

snd_pcm_get_format_name -- obtain a name of format

Synopsis

const char *snd_pcm_get_format_name(int format);

Description

Returns string which represents ASCII representation of given format. Function returns pointer to static string if successful, otherwise it returns NULL (unknown format).