Copyright © 2008-2019 MultiMedia Soft

GraphicBarsManager object

Previous pageReturn to chapter overviewNext page

The GraphicBarsManager object, accessible through the control's GraphicBarsManager property, is internally implemented as a COM interface called IGraphicBarsManager and contains information needed to render custom graphic bars like VU-Meters bars, Spectrum bars and Progress bars.

 

It can be used at Run-time in order to create various graphic bars and to change their graphical settings. For details about using graphic bars refer to the How to perform custom feedbacks rendering using graphic bars section.

 

The GraphicBarsManager object is implemented through the following methods:

 

Methods

 

Create

Destroy

GetGraphicalSettings

GetGraphicalSettingsParam

GetRange

GetValue

Move

Refresh

SetFlatBorder

SetGraphicalSettings

SetGraphicalSettingsParam

SetRange

SetValue

Show

 

Data structures

 

GRAPHIC_BAR_SETTINGS

 

 

 

 

 

 

 

 

Samples of use of the GraphicBarsManager object in Visual C++ 6 and Visual Basic 6 can be found inside the following samples installed with the product's setup package:

- Feedbacks

- TestEqualizer

- TestVideoPlayer