snd_pcm_plugin_read

Name

snd_pcm_plugin_read -- transfer PCM stream from capture subdevice

Synopsis

ssize_t snd_pcm_plugin_read(snd_pcm_t *handle, void *buffer, size_t size);

Description

Reads samples from the device which must be in the proper format specified by snd_pcm_plugin_prepare function. This function is similar to snd_pcm_write.