Searched defs:pcm_container (Results 1 – 1 of 1) sorted by relevance
34 struct pcm_container { struct35 snd_pcm_t *handle;36 snd_pcm_uframes_t period_size;37 snd_pcm_uframes_t buffer_size;38 snd_pcm_format_t format;39 unsigned short channels;40 size_t period_bytes;41 size_t sample_bits;42 size_t frame_bits;43 char *buffer;