Unit 'libogg' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_titansound]

Togg_stream_state

Declaration

Source position: libogg.pas line 113

type Togg_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: Togg_int64_t;

  

  granulepos: Togg_int64_t;

  

end;



CT Web help

CodeTyphon Studio