mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-20 08:56:56 -05:00
use interfaces in client
This commit is contained in:
parent
e0813b679d
commit
b9a0b067be
10 changed files with 1163 additions and 842 deletions
|
|
@ -35,13 +35,6 @@ typedef struct _PinosClient PinosClient;
|
|||
#include <pinos/server/core.h>
|
||||
#include <pinos/server/resource.h>
|
||||
|
||||
typedef SpaResult (*PinosSendFunc) (void *object,
|
||||
uint32_t id,
|
||||
uint32_t opcode,
|
||||
void *message,
|
||||
bool flush,
|
||||
void *data);
|
||||
|
||||
/**
|
||||
* PinosClient:
|
||||
*
|
||||
|
|
|
|||
|
|
@ -24,9 +24,6 @@
|
|||
|
||||
typedef struct {
|
||||
PinosResource this;
|
||||
|
||||
PinosDispatchFunc dispatch_func;
|
||||
void *dispatch_data;
|
||||
} PinosResourceImpl;
|
||||
|
||||
PinosResource *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue