Enum ALSystemMixer.TALSystemMixerControlCategory

From Mitov Wiki Doc
Jump to: navigation, search

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

Contents

Syntax

Delphi:

type TALSystemMixerControlCategory = (mctUnknown, mctCustom, mctFader, mctList, mctBooleanMeter, mctIntegerMeter, mctNumber, mctSlider, mctSwitch, mctTime);

C++ Builder:

enum TALSystemMixerControlCategory {mctUnknown, mctCustom, mctFader, mctList, mctBooleanMeter, mctIntegerMeter, mctNumber, mctSlider, mctSwitch, mctTime};

Visual C++ (MFC):

enum CTALSystemMixerControlCategory {mctUnknown, mctCustom, mctFader, mctList, mctBooleanMeter, mctIntegerMeter, mctNumber, mctSlider, mctSwitch, mctTime};

Summary

Types of control categories enumeration.

Description

Defines the types of controls categories enumeration.

Values

mctUnknown Defines unknown control category.
mctCustom Defines custom control category.
mctFader Defines fader control category.
mctList Defines list control category.
mctBooleanMeter Defines boolean meter control category.
mctIntegerMeter Defines integer meter control category.
mctNumber Defines number control category.
mctSlider Defines slider control category.
mctSwitch Defines switch control category.
mctTime Defines time control category.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox