Unit 'acs_streams' Package
[Overview][Constants][Classes][Index] [#pl_acs]

TACSStreamIn

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

Declaration

Source position: acs_streams.pas line 46

type TACSStreamIn = class(TACSStreamedInput)

protected

  function GetBPS; override;

  

  function GetCh; override;

  

  function GetSR; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function GetData(); override;

  

  procedure Init; override;

  

  procedure Flush; override;

  

published

  property InBitsPerSample: Integer; [rw]

  

  property InChannels: Integer; [rw]

  

  property InSampleRate: Integer; [rw]

  

end;

Inheritance

TACSStreamIn

  

|

TACSStreamedInput

  

|

TACSCustomInput

  

|

TObject



CT Web help

CodeTyphon Studio