Unit 'acs_wave' Package
[Overview][Constants][Types][Classes][Index] [#pl_acs]

TWaveHeader

Declaration

Source position: acs_wave.pas line 34

type TWaveHeader = record

  RIFF: array [0..3] of char;

  

  FileSize: Integer;

  

  RIFFType: array [0..3] of char;

  

  FmtChunkId: array [0..3] of char;

  

  FmtChunkSize: Integer;

  

  FormatTag: Word;

  

  Channels: Word;

  

  SampleRate: Integer;

  

  BytesPerSecond: Integer;

  

  BlockAlign: Word;

  

  BitsPerSample: Word;

  

  DataChunkId: array [0..3] of char;

  

  DataSize: Integer;

  

end;



CT Web help

CodeTyphon Studio