PipeWire 1.2.6
|
Resource events. More...
#include <pipewire/resource.h>
Data Fields | |
uint32_t | version |
void(* | destroy )(void *data) |
The resource is destroyed. | |
void(* | pong )(void *data, int seq) |
a reply to a ping event completed | |
void(* | error )(void *data, int seq, int res, const char *message) |
an error occurred on the resource | |
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