PCM Copy Plugin Interface. More...
Functions | |
| int | snd_pcm_copy_open (snd_pcm_t **pcmp, const char *name, snd_pcm_t *slave, int close_slave) |
| Creates a new copy PCM. | |
| int | _snd_pcm_copy_open (snd_pcm_t **pcmp, const char *name, snd_config_t *root, snd_config_t *conf, snd_pcm_stream_t stream, int mode) |
| Creates a new copy PCM. | |
PCM Copy Plugin Interface.
| int _snd_pcm_copy_open | ( | snd_pcm_t ** | pcmp, | |
| const char * | name, | |||
| snd_config_t * | root, | |||
| snd_config_t * | conf, | |||
| snd_pcm_stream_t | stream, | |||
| int | mode | |||
| ) |
Creates a new copy PCM.
| pcmp | Returns created PCM handle
|
Creates a new copy PCM.
| pcmp | Returns created PCM handle
|
1.6.3