PipeWire
0.3.66
|
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.
uint32_t pw_resource_events::version |
void(* pw_resource_events::destroy) (void *data) |
The resource is destroyed.
void(* pw_resource_events::pong) (void *data, int seq) |
a reply to a ping event completed
void(* pw_resource_events::error) (void *data, int seq, int res, const char *message) |
an error occurred on the resource