snd_pcm_format_size

Name

snd_pcm_format_size --  return the byte size of samples on the given format

Synopsis

ssize_t snd_pcm_format_size (snd_pcm_format_t format, size_t samples);

Arguments

format

the format to check

samples

-- undescribed --

Description

Returns the byte size of the given samples for the format, or a negative error code if unknown format.