Unit ALSystemMixer
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 00:17, 11 June 2013
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
Contents |
Summary
Contains the code for the TALSystemMixer component.
Description
This unit contains the code for the TALSystemMixer component.
Components
- TALSystemMixer - Controls the Windows system audio mixer.
Classes
- TALSystemMixerCollectionItem - Base user instantiated mixer Control class.
- TALSystemMixerFaderCollectionItem - Fader Control that can be created and set by the user.
- TALSystemMixerListCollectionItem - List Control that can be created and set by the user.
- TALSystemMixerBooleanMeterCollectionItem - Boolean Meter Control that can be created and set by the user.
- TALSystemMixerIntegerMeterCollectionItem - Integer Meter Control that can be created and set by the user.
- TALSystemMixerNumberCollectionItem - Number Control that can be created and set by the user.
- TALSystemMixerSliderCollectionItem - Slider Control that can be created and set by the user.
- TALSystemMixerSwitchCollectionItem - Switch Control that can be created and set by the user.
- TALSystemMixerTimeCollectionItem - Time Control that can be created and set by the user.
- TALSystemMixerCollection - Basic collection of user instantiated mixer controls.
- TALSystemMixerFaderCollection - Collection of Fader Controls that can be created and set by the user.
- TALSystemMixerListCollection - Collection of List Controls that can be created and set by the user.
- TALSystemMixerBooleanMeterCollection - Collection of Boolean Meter Controls.
- TALSystemMixerIntegerMeterCollection - Collection of Integer Meter Controls that can be created and set by the user.
- TALSystemMixerNumberCollection - Collection of Number Controls that can be created and set by the user.
- TALSystemMixerSliderCollection - Collection of Slider Controls that can be created and set by the user.
- TALSystemMixerSwitchCollection - Collection of Switch Controls that can be created and set by the user.
- TALSystemMixerTimeCollection - Collection of Time Controls that can be created and set by the user.
- TALSystemMixerControl - Common base class for mixer controls available on the system.
- TALSystemMixerCustomControl - Custom Control class for mixer controls available on the system.
- TALSystemMixerFaderControl - Fader Control class for mixer controls available on the system.
- TALSystemMixerListControl - List Control class for mixer controls available on the system.
- TALSystemMixerIntegerMeterControl - Integer Meter Control that can be created and set by the user.
- TALSystemMixerBooleanMeterControl - Boolean Meter Control that can be created and set by the user.
- TALSystemMixerNumberControl - Number Control that can be created and set by the user.
- TALSystemMixerSliderControl - Slider Control class for mixer controls available on the system.
- TALSystemMixerSwitchControl - Switch Control class for mixer controls available on the system.
- TALSystemMixerTimeControl - Time Control class for mixer controls available on the system.
- TALSystemMixerControls - Collection of mixer controls associated with a connection.
- TALSystemMixerConnection - System Mixer Connection class.
- TALSystemMixerConnections - Collection of mixer connections associated with a line.
- TALSystemMixerLine - System Mixer Line.
- TALSystemMixerLines - List of mixer lines.
- TALSystemMixerControlGroups - Class that contains all the user created collections of controls.
- TALSystemMixerControlPinGroups - class that contains the collections of pins of user defined mixer controls.
- TALSystemMixerDeviceItem - Alternative mixer device to be used if the primary device is not available.
- TALSystemMixerDevice - Mixer device selection property class.
- TALSystemMixerDeviceItems - Collection of alternative mixer devices to be used if the primary device is not available.
- TALSystemMixer - Controls the Windows system audio mixer.
Enums
- TALSystemMixerControlCategory - Types of control categories enumeration.
- TALSystemMixerLineType - Types of System Mixer Lines enumeration.
- TALSystemMixerControlType - Types of controls enumeration.