Class ALSystemMixer.TALSystemMixerNumberControl
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: AudioLabPkg
Unit: ALSystemMixer
Inherits: TALSystemMixerControl
Contents |
Syntax
Delphi:
type TALSystemMixerNumberControl = class( TALSystemMixerControl )
C++ Builder:
class TALSystemMixerNumberControl : public TALSystemMixerControl
Visual C++ (MFC):
class CTALSystemMixerNumberControl : public CTALSystemMixerControl
C# (.NET):
public ref class SystemMixerNumberControl : Mitov.AudioLab.SystemMixerControl
Summary
Number Control that can be created and set by the user.
Description
Defines a Number Control that can be created and set by the user. The user can create collections of controls and set rules for the controls to be associated with physical controls available on the system.
Properties
Public
- Value - Current value of the number mixer control..
From TALSystemMixerControl
Properties
Public
- Index - Returns the index of the control in the controls collection.
- DetailedName - Returns the full description of the control, the connection and the line.
- ControlTypeName - Returns type name of the control.
- ControlType - Returns type of the control.
- ConnectionType - Returns type of the connection to which the control belongs.
- LineType - Returns the type of the line to which the control belongs.
- MaxValue - Returns the Max Value for the mixer control.
- MinValue - Returns the Min Value for the mixer control.
- ShortName - Returns the short string that describes the audio line control.
- Name - Returns the string that describes the audio line control.
- ControlID - Returns the control ID as obtained from Windows.
- Parent - Returns the collection owning the control.