Unit 'ogg' Package
[Overview][Types][Procedures and functions][Index] [#oggvorbis]

ogg_stream_state

Declaration

Source position: ogg.pas line 83

type ogg_stream_state = record

  body_data: pcuchar;

  body_storage: clong;

  body_fill: clong;

  body_returned: clong;

  lacing_vals: pcint;

  granule_vals: pogg_int64_t;

  lacing_storage: clong;

  lacing_fill: clong;

  lacing_packet: clong;

  lacing_returned: clong;

  header: array [0..281] of cuchar;

  header_fill: cint;

  e_o_s: cint;

  b_o_s: cint;

  serialno: clong;

  pageno: clong;

  packetno: ogg_int64_t;

  granulepos: ogg_int64_t;

end;


Documentation generated on: 2023-03-18