Components reference
   
DisplayBandsDisplays 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
| IDisplayBands | default |   |
| IvcproConsumer |   |   |
| 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) |
Wave processing components:
WaveIn,
WaveOut,
WaveCodec,
WaveRiff,
WaveMixer,
WaveResampler,
Equalizer,
WaveMultiBandSplitter
Legacy IP components:
IpServer,
IpClient,
IpBroadcastServer,
IpBroadcastClient,
MediaGate,
ConferenceServer
RTP streaming components:
IPReceiver,
IPTransmitter,
RTPConfClient,
RTPConfServer
Misc. components:
VolumeControl