Enum ALCommonMeter.TALValueMode

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: ALCommonMeter

Contents

Syntax

Delphi:

type TALValueMode = (vmLinear, vmDecibel);

C++ Builder:

enum TALValueMode {vmLinear, vmDecibel};

Visual C++ (MFC):

enum CTALValueMode {vmLinear, vmDecibel};

Summary

Types of Value Mode enumeration.

Description

Defines the types of Value Mode enumeration.

Values

vmLinear Linear Value Mode.
vmDecibel Decibel Value Mode.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox