Unit 'bs_vorbisfile' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_acs]

OGGVORBIS_FILE

Declaration

Source position: bs_vorbisfile.pas line 68

type OGGVORBIS_FILE = record

  datasource: Pointer;

  

  seekable: Integer;

  

  offset: OGG_INT64_T;

  

  _end: OGG_INT64_T;

  

  oy: OGG_SYNC_STATE;

  

  links: Integer;

  

  offsets: POGG_INT64_T;

  

  dataoffsets: POGG_INT64_T;

  

  serialnos: PLongInt;

  

  pcmlengths: POGG_INT64_T;

  

  vi: PVORBIS_INFO;

  

  vc: PVORBIS_COMMENT;

  

  pcm_offset: OGG_INT64_T;

  

  ready_state: Integer;

  

  current_serialno: LongInt;

  

  current_link: Integer;

  

  bittrack: Double;

  

  samptrack: Double;

  

  os: OGG_STREAM_STATE;

  

  vd: VORBIS_DSP_STATE;

  

  vb: VORBIS_BLOCK;

  

  callbacks: OV_CALLBACKS;

  

end;



CT Web help

CodeTyphon Studio