Unit 'zgl_lib_ogg' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_zengl]

OggVorbis_File

Declaration

Source position: zgl_lib_ogg.pas line 270

type OggVorbis_File = record

  datasource: pointer;

  

  seekable: cint;

  

  offset: ogg_int64_t;

  

  end_: ogg_int64_t;

  

  oy: ogg_sync_state;

  

  links: cint;

  

  offsets: pogg_int64_t;

  

  dataoffsets: pogg_int64_t;

  

  serialnos: pclong;

  

  pcmlengths: pogg_int64_t;

  

  vi: pvorbis_info;

  

  vc: pvorbis_comment;

  

  pcm_offset: ogg_int64_t;

  

  ready_state: cint;

  

  current_serialno: clong;

  

  current_link: cint;

  

  bittrack: ogg_int64_t;

  

  samptrack: ogg_int64_t;

  

  os: ogg_stream_state;

  

  vd: vorbis_dsp_state;

  

  vb: vorbis_block;

  

  callbacks: ov_callbacks;

  

end;



CT Web help

CodeTyphon Studio