Copyright © 2006-2019 MultiMedia Soft

VUMeter.BandType property

Previous pageReturn to chapter overviewNext page

Type

short for Visual C++

enumVuBandsMode for Visual Basic

 

 

Syntax

object.VUMeter.BandType [=Integer]

 

 

Remarks

Determines if the embedded VU-Meter visual feedback will have, for Stereo songs, a mix of the Left and Right channel on a single "band" or if there will be a "band" for each channel (default).

asrec_i00003a

Supported values are the following:

Mnemonic constant

Value

Meaning

VU_BAND_LEFTRIGHT (default)

0

Left and Right channel VU values are displayed into two separated Bands

VU_BAND_MIXED

1

Left and Right channel VU values are mixed into one single Band

 

 

See also

VUMeter COM object.

VUMeter property

How to use embedded Visual Feedbacks section.