1SND_PCM_CAPTURE_AVAI(9) Sound Devices SND_PCM_CAPTURE_AVAI(9)
23
4
NAME
6snd_pcm_capture_avail - Get the available (readable) space for capture
7
SYNOPSIS
9snd_pcm_uframes_t
10snd_pcm_capture_avail(struct snd_pcm_runtime * runtime);
11
ARGUMENTS
13runtime
14PCM runtime instance
15
DESCRIPTION
17Result is between 0 ... (boundary - 1)
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 SND_PCM_CAPTURE_AVAI(9)