mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: add quirk to block record and playback streams
Add aquirk to block any record or playback stream.
This commit is contained in:
parent
4b9db9492e
commit
ca488a5dcc
4 changed files with 18 additions and 0 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue