PipeWire
0.1.8
|
Port events, use pw_control_add_listener. More...
Data Fields | |
uint32_t | version |
void(* | destroy )(void *data) |
The control is destroyed. More... | |
void(* | free )(void *data) |
The control is freed. More... | |
Port events, use pw_control_add_listener.
void(* pw_control_events::destroy) (void *data) |
The control is destroyed.
void(* pw_control_events::free) (void *data) |
The control is freed.
uint32_t pw_control_events::version |