mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
types: work on types
Move static pod types to type system work on type info for types Move the event and command ids to an enum to make it easier to extend later.
This commit is contained in:
parent
fca3e1d85d
commit
805e3bb6c1
82 changed files with 812 additions and 924 deletions
|
|
@ -34,8 +34,7 @@ extern "C" {
|
|||
struct pw_protocol_native_demarshal {
|
||||
int (*func) (void *object, void *data, size_t size);
|
||||
|
||||
#define PW_PROTOCOL_NATIVE_REMAP (1<<0)
|
||||
#define PW_PROTOCOL_NATIVE_PERM_W (1<<1)
|
||||
#define PW_PROTOCOL_NATIVE_PERM_W (1<<0)
|
||||
uint32_t flags;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue