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

TAPEHeader

Declaration

Source position: win_macdll.pas line 130

type TAPEHeader = packed record

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

  

  nVersion: SmallInt;

  

  nCompressionLevel: SmallInt;

  

  nFormatFlags: SmallInt;

  

  nChannels: SmallInt;

  

  nSampleRate: LongInt;

  

  nHeaderBytes: LongInt;

  

  nTerminatingBytes: LongInt;

  

  nTotalFrames: LongInt;

  

  nFinalFrameBlocks: LongInt;

  

end;



CT Web help

CodeTyphon Studio