snd_pcm_playback_avail (9) - Linux Manuals

snd_pcm_playback_avail: Get the available (writable) space for playback

NAME

snd_pcm_playback_avail - Get the available (writable) space for playback

SYNOPSIS

snd_pcm_uframes_t snd_pcm_playback_avail(struct snd_pcm_runtime runtime);

ARGUMENTS

runtime

PCM runtime instance

DESCRIPTION

Result is between 0 ... (boundary - 1)

COPYRIGHT