|
PipeWire 1.6.4
|
#include <pipewire/impl-node.h>
Data Fields | |
| uint32_t | version |
| void(* | drained )(void *data) |
| the node is drained | |
| void(* | xrun )(void *data) |
| the node had an xrun | |
| void(* | complete )(void *data) |
| the driver node completed processing | |
| void(* | incomplete )(void *data) |
| the driver node did not complete processing | |
| void(* | timeout )(void *data) |
| the node had a timeout | |
| uint32_t pw_impl_node_rt_events::version |
| void(* pw_impl_node_rt_events::drained) (void *data) |
the node is drained
| void(* pw_impl_node_rt_events::xrun) (void *data) |
the node had an xrun
| void(* pw_impl_node_rt_events::complete) (void *data) |
the driver node completed processing
| void(* pw_impl_node_rt_events::incomplete) (void *data) |
the driver node did not complete processing
| void(* pw_impl_node_rt_events::timeout) (void *data) |
the node had a timeout