mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-20 06:59:58 -05:00
monitor: use dynamic types
Make the monitor item a POD object and use dynamic types.
This commit is contained in:
parent
c44a7c9735
commit
7270986c3a
14 changed files with 360 additions and 248 deletions
|
|
@ -30,6 +30,7 @@ extern "C" {
|
|||
#include <pinos/client/map.h>
|
||||
#include <spa/include/spa/id-map.h>
|
||||
#include <spa/include/spa/node-event.h>
|
||||
#include <spa/include/spa/monitor.h>
|
||||
|
||||
typedef struct _PinosURI PinosURI;
|
||||
|
||||
|
|
@ -56,6 +57,7 @@ struct _PinosURI {
|
|||
|
||||
SpaNodeEvents node_events;
|
||||
SpaNodeCommands node_commands;
|
||||
SpaMonitorTypes monitor_types;
|
||||
};
|
||||
|
||||
void pinos_uri_init (PinosURI *uri);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue