Unit 'acs_mad' Package
[Overview][Types][Classes][Index] [#pl_acs]

TRawPCMWaveHeader

Declaration

Source position: acs_mad.pas line 23

type TRawPCMWaveHeader = 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