![]() |
Kodi Documentation 18.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 | |
~IGUIVolumeBarCallback ()=default | |
virtual bool | IsShown () const =0 |
Return true if the callback is active in the GUI. More... | |
Interface to expose properties to the volume bar dialog.
|
default |
|
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.