|
PipeWire 1.6.8
|
Port events, use pw_control_add_listener. More...
#include <pipewire/control.h>
Data Fields | |
| uint32_t | version |
| void(*) | destroy (void *data) |
| The control is destroyed. | |
| void(*) | free (void *data) |
| The control is freed. | |
| void(*) | linked (void *data, struct pw_control *other) |
| control is linked to another control | |
| void(*) | unlinked (void *data, struct pw_control *other) |
| control is unlinked from another control | |
Port events, use pw_control_add_listener.
| uint32_t pw_control_events::version |
| void(*) pw_control_events::destroy(void *data) |
The control is destroyed.
| void(*) pw_control_events::free(void *data) |
The control is freed.
| void(*) pw_control_events::linked(void *data, struct pw_control *other) |
control is linked to another control
| void(*) pw_control_events::unlinked(void *data, struct pw_control *other) |
control is unlinked from another control