Unit 'WaveIOX' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_asiovst]

TWaveStream

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: WaveIOX.pas line 47

type TWaveStream = class(TObject)

public

  constructor Create();

  

  destructor Destroy; override;

  

  function Read(); virtual;

  

  function Seek(); virtual;

  

  function Write(); virtual;

  

  property Format: PWaveFormatEx; [r]

  

  property Position: LongInt; [rw]

  

  property Size: LongInt; [r]

  

  property FloatSize: LongInt; [r]

  

end;

Inheritance

TWaveStream

  

|

TObject



CT Web help

CodeTyphon Studio