aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/pipewire/pipewire.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-11-24 21:48:01 +0900
committerOphestra <cat@gensokyo.uk>2025-11-24 22:00:09 +0900
commit9f7b0c2f46305f8a321791d6fcedc3df7f966783 (patch)
treeb565a4a7d8e77f8f6717e46837f6b7d6ee174fc7 /internal/pipewire/pipewire.go
parent3e87187c4c4eb43ed1c9dc1c0c6613e5bed1dc6c (diff)
internal/pipewire: add type constants
This change also centralises encoding testing. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/pipewire/pipewire.go')
-rw-r--r--internal/pipewire/pipewire.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/pipewire/pipewire.go b/internal/pipewire/pipewire.go
index a90811e5..97eaba50 100644
--- a/internal/pipewire/pipewire.go
+++ b/internal/pipewire/pipewire.go
@@ -303,8 +303,8 @@ const (
PW_PERM_RWXM = PW_PERM_RWX | PW_PERM_M
PW_PERM_RWXML = PW_PERM_RWXM | PW_PERM_L
- PW_PERM_ALL = PW_PERM_RWXM
- PW_PERM_INVALID uint32 = 0xffffffff
+ PW_PERM_ALL = PW_PERM_RWXM
+ PW_PERM_INVALID Word = 0xffffffff
)
/* pipewire/port.h */