mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
modules: update docs
This commit is contained in:
parent
553bb3f5ed
commit
368dd51d04
3 changed files with 36 additions and 0 deletions
|
|
@ -48,6 +48,31 @@
|
|||
#include "module-zeroconf-discover/avahi-poll.h"
|
||||
|
||||
/** \page page_module_raop_discover PipeWire Module: RAOP Discover
|
||||
*
|
||||
* Automatically creates RAOP (Airplay) sink devices based on zeroconf
|
||||
* information.
|
||||
*
|
||||
* This module will load module-raop-sink for each discovered sink
|
||||
* with the right parameters.
|
||||
*
|
||||
* ## Module Options
|
||||
*
|
||||
* This module has no options.
|
||||
*
|
||||
* ## Example configuration
|
||||
*
|
||||
*\code{.unparsed}
|
||||
* context.modules = [
|
||||
* { name = libpipewire-raop-discover
|
||||
* args = { }
|
||||
* }
|
||||
* }
|
||||
* ]
|
||||
*\endcode
|
||||
*
|
||||
* ## See also
|
||||
*
|
||||
* \ref page_module_raop_sink
|
||||
*/
|
||||
|
||||
#define NAME "raop-discover"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue