Unit 'acs_classes' Package
[Overview][Constants][Types][Classes][Index] [#pl_acs]

TACSCustomInput

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

Declaration

Source position: acs_classes.pas line 99

type TACSCustomInput = class(TComponent)

protected

  FPosition: Integer;

  

  FSize: Integer;

  

  FBusy: Boolean;

  

  BufStart: Integer;

  

  BufEnd: Integer;

  

  FBuffer: array of Byte;

  

  function GetBPS; virtual;

  

  function GetCh; virtual;

  

  function GetSR; virtual;

  

  function GetTotalTime; virtual;

  

  procedure SetBufferSize(); virtual;

  

  function GetBufferSize;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function GetData(); virtual; abstract;

  

  procedure Reset; virtual;

  

  procedure Init; virtual; abstract;

  

  procedure Flush; virtual; abstract;

  

  property BitsPerSample: Integer; [r]

  

  property Position: Integer; [r]

  

  property SampleRate: Integer; [r]

  

  property Channels: Integer; [r]

  

  property Size: Integer; [r]

  

  property TotalTime: Real; [r]

  

  property BufferSize: Integer; [rw]

  

  property Busy: Boolean; [rw]

  

end;

Inheritance

TACSCustomInput

  

|

TObject



CT Web help

CodeTyphon Studio