Orbbec SDK K4A Wrapper
Loading...
Searching...
No Matches
_k4a_record_subtitle_settings_t Struct Reference

#include <types.h>

Public Attributes

bool high_freq_data
 

Detailed Description

Structure containing additional metadata specific to custom subtitle tracks.

Definition at line 239 of file types.h.

Member Data Documentation

◆ high_freq_data

bool _k4a_record_subtitle_settings_t::high_freq_data

If true, data will be grouped together in batches to reduce overhead. In this mode, only a single timestamp will be stored per batch, and an estimated timestamp will be used by k4a_playback_seek_timestamp() and k4a_playback_data_block_get_timestamp_usec(). The estimated timestamp is calculated with the assumption that blocks are evenly spaced within a batch. If precise timestamps are required, the timestamp should be added to each data block itself.

If false, data will be stored as individual blocks with full timestamp information (Default).

Definition at line 250 of file types.h.


The documentation for this struct was generated from the following file: