Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
VUMeter.BandType property 
 
Type
[Visual Basic] 
Public Property BandType As enumVuBandsMode
 
[C#] 
public enumVuBandsMode BandType {get; set;}
 
[C++] 
public: __property enumVuBandsMode get_BandType(); 
public: __property void set_BandType(enumVuBandsMode);
 
 
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). 
 
Mnemonic value
Numeric 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 class. 
DisplayVUMeter property 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents