|
PipeWire 1.6.8
|
#include <pipewire/mem.h>
Data Fields | |
| uint32_t | version |
| void(*) | destroy (void *data) |
| the pool is destroyed | |
| void(*) | added (void *data, struct pw_memblock *block) |
| a new memory block is added to the pool | |
| void(*) | removed (void *data, struct pw_memblock *block) |
| a memory block is removed from the pool | |
| uint32_t pw_mempool_events::version |
| void(*) pw_mempool_events::destroy(void *data) |
the pool is destroyed
| void(*) pw_mempool_events::added(void *data, struct pw_memblock *block) |
a new memory block is added to the pool
| void(*) pw_mempool_events::removed(void *data, struct pw_memblock *block) |
a memory block is removed from the pool