PipeWire
0.3.66
|
Device events, listen to them with pw_impl_device_add_listener. More...
Data Fields | |
uint32_t | version |
void(* | destroy )(void *data) |
the device is destroyed More... | |
void(* | free )(void *data) |
the device is freed More... | |
void(* | initialized )(void *data) |
the device is initialized More... | |
void(* | info_changed )(void *data, const struct pw_device_info *info) |
the device info changed More... | |
Device events, listen to them with pw_impl_device_add_listener.
uint32_t pw_impl_device_events::version |
void(* pw_impl_device_events::destroy) (void *data) |
the device is destroyed
void(* pw_impl_device_events::free) (void *data) |
the device is freed
void(* pw_impl_device_events::initialized) (void *data) |
the device is initialized
void(* pw_impl_device_events::info_changed) (void *data, const struct pw_device_info *info) |
the device info changed