mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
added more documents and examples about plugins.
This commit is contained in:
parent
e1ae539931
commit
cdb9bc5139
6 changed files with 133 additions and 0 deletions
|
|
@ -681,6 +681,11 @@ int snd_pcm_dshare_open(snd_pcm_t **pcmp, const char *name,
|
|||
\section pcm_plugins_dshare Plugin: dshare
|
||||
|
||||
This plugin provides sharing channels.
|
||||
Unlike \ref pcm_plugins_share "share plugin", this plugin doesn't need
|
||||
the explicit server program but accesses the shared buffer concurrently
|
||||
from each client as well as \ref pcm_plugins_dmix "dmix" and
|
||||
\ref pcm_plugins_dsnoop "dsnoop" plugins do.
|
||||
The parameters below are almost identical with these plugins.
|
||||
|
||||
\code
|
||||
pcm.name {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue