mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-27 01:40:38 -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
|
|
@ -12,6 +12,8 @@
|
|||
#define QUIRK_REMOVE_CAPTURE_DONT_MOVE (1ull<<1) /** removes the capture stream DONT_MOVE flag */
|
||||
#define QUIRK_BLOCK_SOURCE_VOLUME (1ull<<2) /** block volume changes to sources */
|
||||
#define QUIRK_BLOCK_SINK_VOLUME (1ull<<3) /** block volume changes to sinks */
|
||||
#define QUIRK_BLOCK_RECORD_STREAM (1ull<<4) /** block creating a record stream */
|
||||
#define QUIRK_BLOCK_PLAYBACK_STREAM (1ull<<5) /** block creating a playback stream */
|
||||
|
||||
int client_update_quirks(struct client *client);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue