Source position: ogg.pas line 113
type ogg_packet = record
packet: pcuchar;
bytes: clong;
b_o_s: clong;
e_o_s: clong;
granulepos: ogg_int64_t;
packetno: ogg_int64_t;
end;