ALSA Library Reference Manual
DECLARATION
struct
snd_pcm_count_info
{
int bytes; /* Total # of bytes processed */
int blocks; /* # of fragment transitions since last time */
int ptr; /* Current DMA pointer value */
};
REFERENCE