Metadata events, listen to them with pw_impl_metadata_add_listener. More...
#include <pipewire/impl-metadata.h>
| Data Fields | |
| uint32_t | version | 
| void(* | destroy )(void *data) | 
| the metadata is destroyed | |
| void(* | free )(void *data) | 
| the metadata is freed | |
| int(* | property )(void *data, uint32_t subject, const char *key, const char *type, const char *value) | 
| a property changed | |
Metadata events, listen to them with pw_impl_metadata_add_listener.
| uint32_t pw_impl_metadata_events::version | 
| void(* pw_impl_metadata_events::destroy) (void *data) | 
the metadata is destroyed
| void(* pw_impl_metadata_events::free) (void *data) | 
the metadata is freed
| int(* pw_impl_metadata_events::property) (void *data, uint32_t subject, const char *key, const char *type, const char *value) | 
a property changed