snd_in_readavail%(snd_in%)

Parameters
snd_in%
Handle to a snd_in object created with snd_in_open.

Description
Gets the amount of recorded data available, in bytes.

Note: This value can change very frequently (everytime a block is done, see snd_in_open), and should be
cached in local code to ensure you do not miscalculate bank sizes!

Return
Returns count of bytes available.

SndLib : Sound Input : snd_in_readavail