mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Add client info message
Update client info and improve core info
This commit is contained in:
parent
2f18af1fb2
commit
ff5e260d67
11 changed files with 165 additions and 21 deletions
|
|
@ -35,6 +35,8 @@ typedef struct _PinosConnection PinosConnection;
|
|||
typedef enum {
|
||||
PINOS_MESSAGE_INVALID = 0,
|
||||
|
||||
PINOS_MESSAGE_CLIENT_UPDATE,
|
||||
|
||||
PINOS_MESSAGE_SYNC,
|
||||
PINOS_MESSAGE_NOTIFY_DONE,
|
||||
PINOS_MESSAGE_GET_REGISTRY,
|
||||
|
|
@ -86,6 +88,11 @@ typedef enum {
|
|||
|
||||
#include <pinos/client/introspect.h>
|
||||
|
||||
/* PINOS_MESSAGE_CLIENT_UPDATE */
|
||||
typedef struct {
|
||||
SpaDict *props;
|
||||
} PinosMessageClientUpdate;
|
||||
|
||||
/* PINOS_MESSAGE_SYNC */
|
||||
typedef struct {
|
||||
uint32_t seq;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue