Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
GraphicBarsManager object 
 
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 
  • SetGraphicalSettings 
  • SetGraphicalSettingsParam 
  • SetRange 
  • SetValue 
  • Show 
  •  
    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 
     
     
     
     
     
     
     
    Copyright © 2001-2008 MultiMedia Soft 
    Return to Table of contents