Unit 'acs_audio' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#pl_acs]

TACSAudioOut

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

Declaration

Source position: acs_audio.pas line 51

type TACSAudioOut = class(TComponent)

protected

  FBaseChannel: Integer;

  

  FVolume: Byte;

  

  procedure SetInput();

  

  procedure SetDevice(); virtual;

  

  function GetDeviceInfo; virtual;

  

  function GetDeviceCount; virtual;

  

  procedure SetDriver(); virtual;

  

  function GetDriverName();

  

  function GetDriversCount;

  

  procedure Done;

  

  function DoOutput();

  

  procedure Prepare;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  property DeviceInfo: TACSDeviceInfo; [r]

  

  property DeviceCount: Integer; [r]

  

  property Drivers []: string; [r]

  

  property DriversCount: Integer; [r]

  

  procedure Pause; virtual;

  

  procedure Resume; virtual;

  

  procedure Run;

  

  procedure Stop;

  

  property ThreadPriority: TTPriority; [rw]

  

  property Progress: real; [r]

  

  property Status: TACSOutputStatus; [r]

  

  property TimeElapsed: Integer; [r]

  

  property Latency: Integer; [r]

  

published

  property Buffersize: Integer; [rw]

  

  property Driver: string; [rws]

  

  property Busy: Boolean; [r]

  

  property Device: Integer; [rws]

  

  property Volume: Byte; [rw]

  

  property Input: TACSCustomInput; [rw]

  

  property Delay: Integer; [rw]

  

  property SuspendWhenIdle: Boolean; [rw]

  

  property OnDone: TACSOutputDoneEvent; [rw]

  

  property OnProgress: TACSOutputProgressEvent; [rw]

  

  property OnThreadException: TACSThreadExceptionEvent; [rw]

  

end;

Inheritance

TACSAudioOut

  

|

TObject



CT Web help

CodeTyphon Studio