mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
modules: add Module Name section to the module reference docs
This commit is contained in:
parent
843e733479
commit
fdcb02ed75
41 changed files with 170 additions and 1 deletions
|
|
@ -33,6 +33,10 @@
|
|||
* The pulse server implements a sample cache that is otherwise not
|
||||
* available in PipeWire.
|
||||
*
|
||||
* ## Module Name
|
||||
*
|
||||
* `libpipewire-module-protocol-pulse`
|
||||
*
|
||||
* ## Module Options
|
||||
*
|
||||
* The module arguments can be the contents of the pulse.properties but
|
||||
|
|
@ -86,7 +90,7 @@
|
|||
*\endcode
|
||||
*
|
||||
* The addresses the server listens on when starting. Uncomment the `tcp:4713` entry to also
|
||||
* make the server listen on a tcp socket. This is equivalent to loading `module-native-protocol-tcp`.
|
||||
* make the server listen on a tcp socket. This is equivalent to loading `libpipewire-module-native-protocol-tcp`.
|
||||
*
|
||||
* There is also a slightly more verbose syntax with more options:
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue