mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
doc: fix some doxygen warnings
This commit is contained in:
parent
8e3c0f02b2
commit
978dbff32f
23 changed files with 111 additions and 27 deletions
|
|
@ -52,13 +52,13 @@
|
|||
* - \ref PW_KEY_NODE_GROUP
|
||||
* - \ref PW_KEY_NODE_LINK_GROUP
|
||||
* - \ref PW_KEY_NODE_VIRTUAL
|
||||
* - \ref PW_KEY_NODE_NAME: See notes below. If not specified, defaults to
|
||||
* 'filter-<pid>-<module-id>'.
|
||||
* - \ref PW_KEY_NODE_NAME : See notes below. If not specified, defaults to
|
||||
* 'filter-PID-MODULEID'.
|
||||
*
|
||||
* Stream only properties:
|
||||
*
|
||||
* - \ref PW_KEY_MEDIA_CLASS
|
||||
* - \ref PW_KEY_NODE_NAME: if not given per stream, the global node.name will be
|
||||
* - \ref PW_KEY_NODE_NAME : if not given per stream, the global node.name will be
|
||||
* prefixed with 'input.' and 'output.' to generate a capture and playback
|
||||
* stream node.name respectively.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -461,13 +461,13 @@ PW_LOG_TOPIC_STATIC(mod_topic, "mod." NAME);
|
|||
* - \ref PW_KEY_NODE_GROUP
|
||||
* - \ref PW_KEY_NODE_LINK_GROUP
|
||||
* - \ref PW_KEY_NODE_VIRTUAL
|
||||
* - \ref PW_KEY_NODE_NAME: See notes below. If not specified, defaults to
|
||||
* 'filter-chain-<pid>-<module-id>'.
|
||||
* - \ref PW_KEY_NODE_NAME : See notes below. If not specified, defaults to
|
||||
* 'filter-chain-PID-MODULEID'.
|
||||
*
|
||||
* Stream only properties:
|
||||
*
|
||||
* - \ref PW_KEY_MEDIA_CLASS
|
||||
* - \ref PW_KEY_NODE_NAME: if not given per stream, the global node.name will be
|
||||
* - \ref PW_KEY_NODE_NAME : if not given per stream, the global node.name will be
|
||||
* prefixed with 'input.' and 'output.' to generate a capture and playback
|
||||
* stream node.name respectively.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -57,13 +57,13 @@
|
|||
* - \ref PW_KEY_NODE_GROUP
|
||||
* - \ref PW_KEY_NODE_LINK_GROUP
|
||||
* - \ref PW_KEY_NODE_VIRTUAL
|
||||
* - \ref PW_KEY_NODE_NAME: See notes below. If not specified, defaults to
|
||||
* 'loopback-<pid>-<module-id>'.
|
||||
* - \ref PW_KEY_NODE_NAME : See notes below. If not specified, defaults to
|
||||
* 'loopback-PID-MODULEID'.
|
||||
*
|
||||
* Stream only properties:
|
||||
*
|
||||
* - \ref PW_KEY_MEDIA_CLASS
|
||||
* - \ref PW_KEY_NODE_NAME: if not given per stream, the global node.name will be
|
||||
* - \ref PW_KEY_NODE_NAME : if not given per stream, the global node.name will be
|
||||
* prefixed with 'input.' and 'output.' to generate a capture and playback
|
||||
* stream node.name respectively.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue