SND_PCM_FORMAT_WIDTH

Section: PCM API (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

snd_pcm_format_width - return the bit-width of the format  

SYNOPSIS

int snd_pcm_format_width(snd_pcm_format_t format);
 

ARGUMENTS

format

the format to check
 

DESCRIPTION

Returns the bit-width of the format, or a negative error code if unknown format.  

COPYRIGHT