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

zglTSoundStream

Declaration

Source position: zglHeader.pas line 1125

type zglTSoundStream = record

  _data: Pointer;

  

  _file: zglTFile;

  

  _memory: zglTMemory;

  

  _decoder: zglPSoundDecoder;

  

  _playing: Boolean;

  

  _paused: Boolean;

  

  _waiting: Boolean;

  

  _complete: Double;

  

  _lastTime: Double;

  

  ID: Integer;

  

  Buffer: PByteArray;

  

  BufferSize: LongWord;

  

  Bits: LongWord;

  

  Frequency: LongWord;

  

  Channels: LongWord;

  

  Duration: Double;

  

  Loop: Boolean;

  

end;



CT Web help

CodeTyphon Studio