modules: update docs

This commit is contained in:
Wim Taymans 2022-05-06 15:46:45 +02:00
parent eaf9a4feb0
commit 3f3e1352ae
2 changed files with 10 additions and 2 deletions

View file

@ -72,11 +72,15 @@
* - \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>'.
*
* Stream only properties:
*
* - \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
*