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