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