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