Class ALSystemMixer.TALSystemMixer
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(4 intermediate revisions by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' SystemMixer : [[Class LPComponent.TLPComponent|Mitov.AudioLab.Component]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:30, 26 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
Unit: ALSystemMixer
Inherits: TLPComponent
Contents |
Syntax
Delphi:
type TALSystemMixer = class( TLPComponent )
C++ Builder:
class TALSystemMixer : public TLPComponent
Visual C++ (MFC):
class CTALSystemMixer : public CTLPComponent
C# (.NET):
public ref class SystemMixer : Mitov.AudioLab.Component
Summary
Controls the Windows system audio mixer.
Description
Allows access to the Windows system audio mixer. It can control the audio for the entire system (Volume, Mute etc.). It also receives notification and update when another application changes the system mixer settings.
Diagram:
Properties
Published
- Device - Specifies the desired device for the mixer.
- ControlGroups - Contains all the user created collections of controls.
- ControlPins - Collections of pins of user defined mixer controls.
Public
- Manufacturer - Name of the manufacturer as detected by Windows.
- ProductName - Returns Name of the product.
- MixerID - Returns the Windows ID of the Mixer.
- Lines - Collection of mixer lines available on the system.
- Handle - Returns the Windows Handle of the mixer.