Unit 'zglHeader' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_zengl]

zglTSound

Declaration

Source position: zglHeader.pas line 1112

type zglTSound = record

  Buffer: LongWord;

  

  SourceCount: LongWord;

  

  Channel: array of zglTSoundChannel;

  

  Data: PByteArray;

  

  Size: LongWord;

  

  Duration: Double;

  

  Frequency: LongWord;

  

  prev: zglPSound;

  

  next: zglPSound;

  

end;



CT Web help

CodeTyphon Studio