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

TWaveHeader

Declaration

Source position: win_macdll.pas line 105

type TWaveHeader = packed record

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

  

  nRIFFBytes: LongWord;

  

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

  

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

  

  nFormatBytes: LongWord;

  

  nFormatTag: Word;

  

  nChannels: Word;

  

  nSamplesPerSec: LongWord;

  

  nAvgBytesPerSec: LongWord;

  

  nBlockAlign: Word;

  

  nBitsPerSample: Word;

  

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

  

  nDataBytes: LongWord;

  

end;



CT Web help

CodeTyphon Studio