mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
docs: add more docs for the SPA modules
This commit is contained in:
parent
73e7f61d8c
commit
f60fe6d6e4
5 changed files with 25 additions and 0 deletions
|
|
@ -15,6 +15,10 @@
|
|||
|
||||
#include "spa-device.h"
|
||||
|
||||
/** \page page_module_spa_device_factory SPA Device factory
|
||||
*
|
||||
* Provide a factory to create SPA devices.
|
||||
*/
|
||||
#define NAME "spa-device-factory"
|
||||
|
||||
PW_LOG_TOPIC_STATIC(mod_topic, "mod." NAME);
|
||||
|
|
|
|||
|
|
@ -12,6 +12,10 @@
|
|||
|
||||
#include "spa-device.h"
|
||||
|
||||
/** \page page_module_spa_device SPA Device
|
||||
*
|
||||
* Load and manage an SPA device.
|
||||
*/
|
||||
#define NAME "spa-device"
|
||||
|
||||
PW_LOG_TOPIC_STATIC(mod_topic, "mod." NAME);
|
||||
|
|
|
|||
|
|
@ -15,6 +15,10 @@
|
|||
|
||||
#include "spa-node.h"
|
||||
|
||||
/** \page page_module_spa_node_factory SPA Node factory
|
||||
*
|
||||
* Provide a factory to create SPA nodes.
|
||||
*/
|
||||
#define NAME "spa-node-factory"
|
||||
|
||||
PW_LOG_TOPIC_STATIC(mod_topic, "mod." NAME);
|
||||
|
|
|
|||
|
|
@ -14,6 +14,10 @@
|
|||
|
||||
#include "spa-node.h"
|
||||
|
||||
/** \page page_module_spa_node SPA Node
|
||||
*
|
||||
* Load and manage an SPA node.
|
||||
*/
|
||||
#define NAME "spa-node"
|
||||
|
||||
PW_LOG_TOPIC_STATIC(mod_topic, "mod." NAME);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue