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

codec_setup_info

Declaration

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

type codec_setup_info = record

  blocksizes: array [0..1] of LongInt;

  

  modes: LongInt;

  

  maps: LongInt;

  

  times: LongInt;

  

  floors: LongInt;

  

  residues: LongInt;

  

  books: LongInt;

  

  mode_param: array [0..63] of Pvorbis_info_mode;

  

  map_type: array [0..63] of LongInt;

  

  map_param: array [0..63] of Pvorbis_info_mapping;

  

  time_type: array [0..63] of LongInt;

  

  floor_type: array [0..63] of LongInt;

  

  floor_param: array [0..63] of Pvorbis_info_floor;

  

  residue_type: array [0..63] of LongInt;

  

  residue_param: array [0..63] of Pvorbis_info_residue;

  

  book_param: array [0..255] of Pstatic_codebook;

  

  fullbooks: Pcodebook;

  

  passlimit: array [0..31] of LongInt;

  

  coupling_passes: LongInt;

  

end;



CT Web help

CodeTyphon Studio