protocol-pulse: document 2 other quirks

This commit is contained in:
Wim Taymans 2023-07-25 12:47:58 +02:00
parent ad1a36a718
commit 938bbc3039

View file

@ -281,6 +281,9 @@
* * `remove-capture-dont-move` Removes the DONT_MOVE flag on capture streams. Some applications * * `remove-capture-dont-move` Removes the DONT_MOVE flag on capture streams. Some applications
* set this flag so that the stream can't be moved anymore with tools such as * set this flag so that the stream can't be moved anymore with tools such as
* pavucontrol. * pavucontrol.
* * `block-source-volume` blocks the client from updating any source volumes. This can be used
* to disable things like automatic gain control.
* * `block-sink-volume` blocks the client from updating any sink volumes.
* *
* ### update-props * ### update-props
* *