Azure Kinect Sensor SDK  refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK

◆ k4a_playback_data_block_get_buffer()

uint8_t * k4a_playback_data_block_get_buffer ( k4a_playback_data_block_t  data_block_handle)
related

Get the buffer of a data block.

Parameters
data_block_handleHandle obtained by k4a_playback_get_next_data_block() or k4a_playback_get_previous_data_block().
Remarks
Use this buffer to access the data written to a custom recording track.
Returns
Returns a pointer to the data block buffer, or NULL if the data block is invalid.