Unit 'DAV_AsioHostCore' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_asiovst]

TCustomAsioChannel

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

Declaration

Source position: DAV_AsioHostCore.pas line 110

type TCustomAsioChannel = class(TObject)

protected

  function GetMeter; virtual; abstract;

  

  procedure SetGain(); virtual; abstract;

  

public

  constructor Create();

  

  procedure UpdateChannelInfo; virtual;

  

  property Channel: LongInt; [r]

  

  property IsActive: Boolean; [r]

  

  property ChannelGroup: LongInt; [r]

  

  property SampleType: TAsioSampleType; [r]

  

  property AlignedSampleSize: Byte; [r]

  

  property Name: string; [r]

  

  property Gain: Integer; [rw]

  

  property Meter: Integer; [r]

  

end;

Inheritance

TCustomAsioChannel

  

|

TObject



CT Web help

CodeTyphon Studio