Unit 'DAV_DspBuildingBlocks' Package
[Overview][Types][Classes][Index] [#pl_asiovst]

TCustomBuildingBlocks

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

Declaration

Source position: DAV_DspBuildingBlocks.pas line 41

type TCustomBuildingBlocks = class(TDspPersistent)

protected

  FBlockSize: Integer;

  

  FOverlapSize: Integer;

  

  FBlockPosition: Integer;

  

  procedure AllocateBuffer; virtual; abstract;

  

  procedure BlockSizeChanged; virtual;

  

  procedure OverlapSizeChanged; virtual;

  

  procedure BlockComplete; virtual; abstract;

  

public

  constructor Create; virtual;

  

  procedure Reset; virtual;

  

  property BlockSize: Integer; [rw]

  

  property OverlapSize: Integer; [rw]

  

end;

Inheritance

TCustomBuildingBlocks

  

|

TDspPersistent

  

|

TNotifiablePersistent

  

|

TObject



CT Web help

CodeTyphon Studio