mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
Use interfaces
Add interfaces and events on objects. Use this to communicate with the objects and transparently convert/marshall to network in the protocols.
This commit is contained in:
parent
9b7debbfd3
commit
e0813b679d
16 changed files with 1307 additions and 822 deletions
|
|
@ -64,6 +64,8 @@ struct _PinosGlobal {
|
|||
struct _PinosCore {
|
||||
PinosGlobal *global;
|
||||
|
||||
PinosCoreInfo info;
|
||||
|
||||
PinosProperties *properties;
|
||||
|
||||
PinosURI uri;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue