PipeWire 1.2.6
|
Device events, listen to them with pw_impl_device_add_listener. More...
#include <pipewire/impl-device.h>
Data Fields | |
uint32_t | version |
void(* | destroy )(void *data) |
the device is destroyed | |
void(* | free )(void *data) |
the device is freed | |
void(* | initialized )(void *data) |
the device is initialized | |
void(* | info_changed )(void *data, const struct pw_device_info *info) |
the device info changed | |
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