Azure Kinect Sensor SDK
refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK
|
Prototypes used in callbacks. More...
Prototypes used in callbacks.
Typedefs | |
typedef void() | k4a_logging_message_cb_t(void *context, k4a_log_level_t level, const char *file, const int line, const char *message) |
Callback function for debug messages being generated by the Azure Kinect SDK. More... | |
typedef void() | k4a_memory_destroy_cb_t(void *buffer, void *context) |
Callback function for a memory object being destroyed. More... | |
typedef uint8_t *() | k4a_memory_allocate_cb_t(int size, void **context) |
Callback function for a memory allocation. More... | |