1SND_PCM_FORMAT_SIZE(9)              PCM API             SND_PCM_FORMAT_SIZE(9)
2
3
4

NAME

6       snd_pcm_format_size - return the byte size of samples on the given
7       format
8

SYNOPSIS

10       ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples);
11

ARGUMENTS

13       format
14           the format to check
15
16       samples
17           sampling rate
18

RETURN

20       The byte size of the given samples for the format, or a negative error
21       code if unknown format.
22
24Kernel Hackers Manual 3.10         June 2019            SND_PCM_FORMAT_SIZE(9)
Impressum