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

◆ k4a_playback_data_block_release()

void k4a_playback_data_block_release ( k4a_playback_data_block_t  data_block_handle)
related

Release a data block handle.

Parameters
data_block_handleHandle obtained by k4a_playback_get_next_data_block() or k4a_playback_get_previous_data_block().
Remarks
Release the memory of a data block. The caller must not access the object after it is released.