xbmc
|
Inhibit the OS screen saver as long as this object is alive. More...
#include <OSScreenSaver.h>
Public Member Functions | |
COSScreenSaverInhibitor (COSScreenSaverInhibitor &&other) noexcept | |
COSScreenSaverInhibitor & | operator= (COSScreenSaverInhibitor &&other) noexcept |
void | Release () |
bool | IsActive () const |
operator bool () const | |
Friends | |
class | COSScreenSaverManager |
Inhibit the OS screen saver as long as this object is alive.
Destroy or call Release to stop this inhibitor from being active. The OS screen saver may still be inhibited as long as other inhibitors are active though.