Class ALSystemMixer.TALSystemMixerSwitchControl
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 TALSystemMixerSwitchControl = class( TALSystemMixerControl )
C++ Builder:
class TALSystemMixerSwitchControl : public TALSystemMixerControl
Visual C++ (MFC):
class CTALSystemMixerSwitchControl : public CTALSystemMixerControl
C# (.NET):
public ref class SystemMixerSwitchControl : Mitov.AudioLab.SystemMixerControl
Summary
Switch Control class for mixer controls available on the system.
Description
Defines a Switch Control class for mixer controls available on the system. The number and type of controls will differ on different machines depend on the hardware.
Properties
Public
- Value - Current value of the switch.
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.