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

TACSCustomFileIn

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

Declaration

Source position: acs_classes.pas line 393

type TACSCustomFileIn = class(TACSStreamedInput)

protected

  FFileName: TFileName;

  

  FOffset: real;

  

  FOpened: Integer;

  

  FValid: Boolean;

  

  FBPS: Integer;

  

  FSR: Integer;

  

  FChan: Integer;

  

  FTime: Integer;

  

  FLoop: Boolean;

  

  FStartSample: Integer;

  

  FEndSample: Integer;

  

  FTotalSamples: Integer;

  

  function GetBPS; override;

  

  function GetCh; override;

  

  function GetSR; override;

  

  function GetTime;

  

  function GetValid;

  

  procedure OpenFile; virtual; abstract;

  

  procedure CloseFile; virtual; abstract;

  

  function GetTotalTime; override;

  

public

  constructor Create(); override;

  

  procedure Reset; override;

  

  procedure Flush; override;

  

  procedure Init; override;

  

  function Seek(); virtual; abstract;

  

  function SetStartTime();

  

  function SetEndTime();

  

  procedure Jump();

  

  property Time: Integer; [r]

  

  property TotalSamples: Integer; [r]

  

  property Valid: Boolean; [r]

  

published

  property EndSample: Integer; [rw]

  

  property FileName: TFileName; [rws]

  

  property Loop: Boolean; [rw]

  

  property StartSample: Integer; [rw]

  

end;

Inheritance

TACSCustomFileIn

  

|

TACSStreamedInput

  

|

TACSCustomInput

  

|

TObject



CT Web help

CodeTyphon Studio