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

TACSAudioProcessor

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

Declaration

Source position: acs_misc.pas line 70

type TACSAudioProcessor = class(TACSCustomConverter)

protected

  function GetBPS; override;

  

  function GetCh; override;

  

  function GetSR; override;

  

  function GetTotalTime; override;

  

public

  function GetData(); override;

  

  procedure Init; override;

  

  procedure Flush; override;

  

published

  property OnFlush: TACSAudioProcessorFlushEvent; [rw]

  

  property OnGetBitsPerSample: TACSGetParameterEvent; [rw]

  

  property OnGetChannels: TACSGetParameterEvent; [rw]

  

  property OnGetData: TACSGetDataEvent; [rw]

  

  property OnGetSampleRate: TACSGetParameterEvent; [rw]

  

  property OnGetSize: TACSGetParameterEvent; [rw]

  

  property OnGetTotalTime: TACSGetRealParameterEvent; [rw]

  

  property OnInit: TACSAudioProcessorInitEvent; [rw]

  

end;

Inheritance

TACSAudioProcessor

  

|

TACSCustomConverter

  

|

TACSCustomInput

  

|

TObject



CT Web help

CodeTyphon Studio