Unit 'PasVulkan.Audio.OGGVorbisTremor' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_pasvulkan]

OggVorbis_File

Declaration

Source position: PasVulkan.Audio.OGGVorbisTremor.pas line 3273

type OggVorbis_File = record

  datasource: pointer;

  

  seekable: LongInt;

  

  offset: Int64;

  

  end_: Int64;

  

  oy: Pogg_sync_state;

  

  links: LongInt;

  

  offsets: PInt64s;

  

  dataoffsets: PInt64s;

  

  serialnos: PLongwords;

  

  pcmlengths: PInt64s;

  

  vi: Pvorbis_infos;

  

  vc: Pvorbis_comments;

  

  pcm_offset: ogg_int64_t;

  

  ready_state: LongInt;

  

  current_serialno: ogg_uint32_t;

  

  current_link: LongInt;

  

  bittrack: ogg_int64_t;

  

  samptrack: ogg_int64_t;

  

  os: Pogg_stream_state;

  

  vd: vorbis_dsp_state;

  

  vb: vorbis_block;

  

  callbacks: ov_callbacks;

  

end;



CT Web help

CodeTyphon Studio