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

Handle to a block of data read from a k4a_playback_t custom track. More...

#include <k4arecord/types.h>

Related Functions

(Note that these are not member functions.)

uint64_t k4a_playback_data_block_get_device_timestamp_usec (k4a_playback_data_block_t data_block_handle)
 Get the device timestamp of a data block in microseconds. More...
 
size_t k4a_playback_data_block_get_buffer_size (k4a_playback_data_block_t data_block_handle)
 Get the buffer size of a data block. More...
 
uint8_t * k4a_playback_data_block_get_buffer (k4a_playback_data_block_t data_block_handle)
 Get the buffer of a data block. More...
 
void k4a_playback_data_block_release (k4a_playback_data_block_t data_block_handle)
 Release a data block handle. More...
 

Detailed Description

Handle to a block of data read from a k4a_playback_t custom track.

Remarks
Handles are obtained from k4a_playback_get_next_data_block() or k4a_playback_get_previous_data_block(), and released with k4a_playback_data_block_release(). Invalid handles are set to 0.

The documentation for this class was generated from the following files: