mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
Add update_uris method and event
Add a way to send mapper updates between client and server and a way to map between client and server types.
This commit is contained in:
parent
997aa036ba
commit
c1cf1e6f67
8 changed files with 302 additions and 21 deletions
|
|
@ -55,6 +55,8 @@ struct _PinosClient {
|
|||
PinosResource *core_resource;
|
||||
|
||||
PinosMap objects;
|
||||
uint32_t n_uris;
|
||||
PinosMap uris;
|
||||
|
||||
SpaList resource_list;
|
||||
PINOS_SIGNAL (resource_added, (PinosListener *listener,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue