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

◆ k4a_playback_check_track_exists()

bool k4a_playback_check_track_exists ( k4a_playback_t  playback_handle,
const char *  track_name 
)

Checks whether a track with the given track name exists in the playback file.

Parameters
playback_handleHandle obtained by k4a_playback_open().
track_nameThe track name to be checked to see whether it exists or not.
Returns
true if the track exists.