table of contents
SND_PCM_CAPTURE_AVAI(9) | Sound Devices | SND_PCM_CAPTURE_AVAI(9) |
NAME¶
snd_pcm_capture_avail - Get the available (readable) space for capture
SYNOPSIS¶
snd_pcm_uframes_t snd_pcm_capture_avail(struct snd_pcm_runtime * runtime);
ARGUMENTS¶
runtime
PCM runtime instance
DESCRIPTION¶
Result is between 0 ... (boundary - 1)
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |