Class ALSystemMixer.TALSystemMixerIntegerMeterControl
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 TALSystemMixerIntegerMeterControl = class( TALSystemMixerControl )
C++ Builder:
class TALSystemMixerIntegerMeterControl : public TALSystemMixerControl
Visual C++ (MFC):
class CTALSystemMixerIntegerMeterControl : public CTALSystemMixerControl
C# (.NET):
public ref class SystemMixerIntegerMeterControl : Mitov.AudioLab.SystemMixerControl
Summary
Integer Meter Control that can be created and set by the user.
Description
Defines an Integer Meter 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
- IsUnsigned
- Value - Current value of the meter 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.