getdata (3) Linux Manual Page
NAME getdata — retrieve data from a dirfile database SYNOPSIS #include <getdata.h> size_t getdata(DIRFILE *dirfile, const char *field_code, off_t first_frame, off_t first_sample, size_t num_frames, size_t num_samples, gd_type_t return_type, void *data_out); DESCRIPTION The getdata() function queries a dirfile(5) database specified by dirfile for the field field_code. It fetches num_frames frames plus num_samples samples from this field,…
