Source position: sndfile.pp line 351
type TSF_LOOP_INFO = record
time_sig_num: cushort;
time_sig_den: cushort;
loop_mode: cint;
num_beats: cint;
bpm: cfloat;
root_key: cint;
future: array [0..5] of cint;
end;