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

◆ k4a_playback_track_is_builtin()

bool k4a_playback_track_is_builtin ( k4a_playback_t  playback_handle,
const char *  track_name 
)

Checks whether a track is one of the built-in tracks: "COLOR", "DEPTH", etc...

Parameters
playback_handleHandle obtained by k4a_playback_open().
track_nameThe track name to be checked to see whether it is a built-in track.
Returns
true if the track is built-in. If the provided track name does not exist, false will be returned.