PipeWire
0.3.66
|
Factory events, listen to them with pw_impl_factory_add_listener. More...
Data Fields | |
uint32_t | version |
void(* | destroy )(void *data) |
the factory is destroyed More... | |
void(* | free )(void *data) |
the factory is freed More... | |
void(* | initialized )(void *data) |
the factory is initialized More... | |
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