ALSA Library Reference Manual
DECLARATION
REFERENCE
- int snd_pcm_plugin_append (snd_pcm_t * handle, int channel, snd_pcm_plugin_t * plugin);
- int snd_pcm_plugin_build_adpcm (snd_pcm_format_t * src_format, snd_pcm_format_t * dst_format, snd_pcm_plugin_t ** r_plugin);
- int snd_pcm_plugin_build_alaw (snd_pcm_format_t * src_format, snd_pcm_format_t * dst_format, snd_pcm_plugin_t ** r_plugin);
- int snd_pcm_plugin_build_block (snd_pcm_t * handle, int channel, snd_pcm_plugin_t ** r_plugin);
- int snd_pcm_plugin_build_interleave (snd_pcm_format_t * src_format, snd_pcm_format_t * dst_format, snd_pcm_plugin_t ** r_plugin);
- int snd_pcm_plugin_build_linear (snd_pcm_format_t * src_format, snd_pcm_format_t * dst_format, snd_pcm_plugin_t ** r_plugin);
- int snd_pcm_plugin_build_mmap (snd_pcm_t * handle, int channel, snd_pcm_plugin_t ** r_plugin);
- int snd_pcm_plugin_build_mulaw (snd_pcm_format_t * src_format, snd_pcm_format_t * dst_format, snd_pcm_plugin_t ** r_plugin);
- int snd_pcm_plugin_build_rate (snd_pcm_format_t * src_format, snd_pcm_format_t * dst_format, snd_pcm_plugin_t ** r_plugin);
- int snd_pcm_plugin_build_stream (snd_pcm_t * handle, int channel, snd_pcm_plugin_t ** r_plugin);
- int snd_pcm_plugin_build_voices (snd_pcm_format_t * src_format, snd_pcm_format_t * dst_format, snd_pcm_plugin_t ** r_plugin);
- int snd_pcm_plugin_build_volbal (snd_pcm_format_t * src_format, snd_pcm_format_t * dst_format, int *ttable, snd_pcm_plugin_t ** r_plugin);
- int snd_pcm_plugin_free (snd_pcm_plugin_t * plugin);
- int snd_pcm_plugin_insert (snd_pcm_t * handle, int channel, snd_pcm_plugin_t * plugin);
- int snd_pcm_plugin_remove_to (snd_pcm_t * handle, int channel, snd_pcm_plugin_t * plugin);