mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
modules: update docs
This commit is contained in:
parent
eaf9a4feb0
commit
3f3e1352ae
2 changed files with 10 additions and 2 deletions
|
|
@ -288,11 +288,15 @@ PW_LOG_TOPIC_STATIC(mod_topic, "mod." NAME);
|
||||||
* - \ref PW_KEY_NODE_GROUP
|
* - \ref PW_KEY_NODE_GROUP
|
||||||
* - \ref PW_KEY_NODE_LINK_GROUP
|
* - \ref PW_KEY_NODE_LINK_GROUP
|
||||||
* - \ref PW_KEY_NODE_VIRTUAL
|
* - \ref PW_KEY_NODE_VIRTUAL
|
||||||
|
* - \ref PW_KEY_NODE_NAME: See notes below. If not specified, defaults to
|
||||||
|
* 'filter-chain-<pid>-<module-id>'.
|
||||||
*
|
*
|
||||||
* Stream only properties:
|
* Stream only properties:
|
||||||
*
|
*
|
||||||
* - \ref PW_KEY_MEDIA_CLASS
|
* - \ref PW_KEY_MEDIA_CLASS
|
||||||
* - \ref PW_KEY_NODE_NAME
|
* - \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.
|
||||||
*
|
*
|
||||||
* ## Example configuration of a virtual source
|
* ## Example configuration of a virtual source
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -72,11 +72,15 @@
|
||||||
* - \ref PW_KEY_NODE_GROUP
|
* - \ref PW_KEY_NODE_GROUP
|
||||||
* - \ref PW_KEY_NODE_LINK_GROUP
|
* - \ref PW_KEY_NODE_LINK_GROUP
|
||||||
* - \ref PW_KEY_NODE_VIRTUAL
|
* - \ref PW_KEY_NODE_VIRTUAL
|
||||||
|
* - \ref PW_KEY_NODE_NAME: See notes below. If not specified, defaults to
|
||||||
|
* 'loopback-<pid>-<module-id>'.
|
||||||
*
|
*
|
||||||
* Stream only properties:
|
* Stream only properties:
|
||||||
*
|
*
|
||||||
* - \ref PW_KEY_MEDIA_CLASS
|
* - \ref PW_KEY_MEDIA_CLASS
|
||||||
* - \ref PW_KEY_NODE_NAME
|
* - \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.
|
||||||
*
|
*
|
||||||
* ## Example configuration of a virtual sink
|
* ## Example configuration of a virtual sink
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue