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

TACSBaseAudioOut

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

Declaration

Source position: acs_audio.pas line 244

type TACSBaseAudioOut = class(TACSCustomOutput)

protected

  FBaseChannel: Integer;

  

  FVolume: Byte;

  

  procedure SetDevice(); virtual; abstract;

  

  function GetDeviceInfo; virtual; abstract;

  

  function GetDeviceCount; virtual; abstract;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  property DeviceInfo: TACSDeviceInfo; [r]

  

  property DeviceCount: Integer; [r]

  

  property Buffersize: Integer; [rw]

  

published

  property Device: Integer; [rws]

  

  property Volume: Byte; [rw]

  

end;

Inheritance

TACSBaseAudioOut

  

|

TACSCustomOutput

  

|

TObject



CT Web help

CodeTyphon Studio