| PipeWire 1.4.7
    | 
Factory events, listen to them with pw_impl_factory_add_listener. More...
#include <pipewire/impl-factory.h>
| Data Fields | |
| uint32_t | version | 
| void(* | destroy )(void *data) | 
| the factory is destroyed | |
| void(* | free )(void *data) | 
| the factory is freed | |
| void(* | initialized )(void *data) | 
| the factory is initialized | |
Factory events, listen to them with pw_impl_factory_add_listener.
| uint32_t pw_impl_factory_events::version | 
| void(* pw_impl_factory_events::destroy) (void *data) | 
the factory is destroyed
| void(* pw_impl_factory_events::free) (void *data) | 
the factory is freed
| void(* pw_impl_factory_events::initialized) (void *data) | 
the factory is initialized