PipeWire
0.3.15
|
Resource events. More...
Data Fields | |
uint32_t | version |
void(* | destroy )(void *data) |
The resource is destroyed. More... | |
void(* | pong )(void *data, int seq) |
a reply to a ping event completed More... | |
void(* | error )(void *data, int seq, int res, const char *message) |
an error occurred on the resource More... | |
Resource events.
void(* pw_resource_events::destroy) (void *data) |
The resource is destroyed.
an error occurred on the resource
uint32_t pw_resource_events::version |