General info |
Getting started |
Samples |
Components reference |
FAQ |
Solutions

   
Displays incoming audio stream as a series of bands (like "Spectrum Analyzer" in Winamp).
Set this component as a consumer of another wave component, setup bands and background colors; set Active property to True to activate component
Implements
IvcproDisplayBandsX (IDispatch)Dispatch interface for vcproDisplayBandsX component
| Properties |
| bool Active | Set to true to activate (open) the component. All other properties should be set to proper values before activation. Set to false to deactivate (close) the component |
| OLE_COLOR BandColorLow | Color for low area of band |
| OLE_COLOR BandColorMed | Color for medium area of band |
| OLE_COLOR BandColorTop | Color for top area of band |
| long BandGap | Gap width between bands (bars) in pixels |
| long BandWidth | Width of each band (bar) in pixels |
| long Channel | 0 for left channel, 1 for right channel |
| OLE_COLOR Color | Background color |
| long Interval | Display update interval in milliseconds |
| long Steps | Number of bands = 2^(steps - 1); for example, when steps = 8, you will get 128 bands (bars) |
|
Base interfaces,
vcproWaveInDeviceX,
vcproWaveOutDeviceX,
vcproWaveCodecDeviceX,
vcproWaveRiffX,
vcproWaveMixerX,
vcproWaveResamplerX,
vcproWaveMultiBandSplitterX,
vcproEqualizerX,
vcproIpServerX,
vcproIpClientX,
vcproIpBroadcastServerX,
vcproIpBroadcastClientX,
vcproMediaGateX,
vcproConferenceServerX,
vcproVolumeControlX
VCX Library 3.0
Copyright © 2002-2007 Lake of Soft, Ltd
All rights reserved.