mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pulse-server: use define for monitor flags
This commit is contained in:
parent
242cddd371
commit
f818da96fc
2 changed files with 11 additions and 7 deletions
|
|
@ -52,6 +52,10 @@
|
|||
|
||||
#define SCACHE_ENTRY_SIZE_MAX (1024*1024*16)
|
||||
|
||||
#define INDEX_MASK 0xffffu
|
||||
#define MONITOR_FLAG (1u << 16)
|
||||
#define EXTENSION_FLAG (1u << 17)
|
||||
|
||||
enum error_code {
|
||||
ERR_OK = 0, /**< No error */
|
||||
ERR_ACCESS, /**< Access failure */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue