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

TACSMixer

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

Declaration

Source position: acs_mixer.pas line 99

type TACSMixer = class(TComponent)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function IsStereo();

  

  function IsRecordable();

  

  property Channel []: TACSMixerChannel; [r]

  

  property Level []: TACSMixerLevel; [rw]

  

  property Mute []: Boolean; [rw]

  

  property ChannelName []: string; [r]

  

  property RecordSource: Integer; [rw]

  

  property DevCount: Integer; [r]

  

  property Channelcount: Integer; [r]

  

published

  property DevNum: Integer; [rws]

  

  property MixerName: string; [r]

  

end;

Inheritance

TACSMixer

  

|

TObject



CT Web help

CodeTyphon Studio