| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
Interface to expose properties to the volume bar dialog. More...
#include <IGUIVolumeBarCallback.h>
  
Public Member Functions | |
| virtual | ~IGUIVolumeBarCallback ()=default | 
| virtual bool | IsShown () const =0 | 
| Return true if the callback is active in the GUI.   | |
Interface to expose properties to the volume bar dialog.
      
  | 
  virtualdefault | 
      
  | 
  pure virtual | 
Return true if the callback is active in the GUI.
If a registered callback is shown in the GUI, the volume bar is disabled until no more callbacks are shown.
Implemented in KODI::GAME::CDialogGameVolume.