Azure Kinect Body Tracking SDK  1.0.1

◆ handle()

k4abt_frame_t k4abt::frame::handle ( ) const
inlinenoexcept

Returns the underlying k4abt_frame_t handle.

Note that this function does not increment the reference count on the k4abt_frame_t. The caller is responsible for incrementing the reference count on the k4abt_frame_t if the caller needs the k4abt_frame_t to outlive this C++ object. Otherwise, the k4abt_frame_t will be destroyed by this C++ object.