pulse-server: add quirk to block record and playback streams

Add aquirk to block any record or playback stream.
This commit is contained in:
Wim Taymans 2024-09-23 10:56:40 +02:00
parent 4b9db9492e
commit ca488a5dcc
4 changed files with 18 additions and 0 deletions

View file

@ -338,6 +338,8 @@
* * `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.
* * `block-record-stream` blocks the client from creating any record stream.
* * `block-playback-stream` blocks the client from creating any playback stream.
*
* ### update-props
*