struct snd_pcm_channel_area_t
Overview
PCM area specification Moreā¦
#include <pcm.h> struct snd_pcm_channel_area_t { // fields void* addr; unsigned int first; unsigned int step; };
Detailed Documentation
PCM area specification
Fields
void* addr
base address of channel samples
unsigned int first
offset to first sample in bits
unsigned int step
samples distance in bits