Used to notify the pvr addon for power management events
Used to allow any energy savings.
More...
Used to notify the pvr addon for power management events
Used to allow any energy savings.
Power management events in interface:
Copy this to your project and extend with your parts or leave functions complete away where not used or supported.
◆ OnPowerSavingActivated()
virtual PVR_ERROR kodi::addon::CInstancePVRClient::OnPowerSavingActivated |
( |
| ) |
|
|
inlinevirtual |
To notify addon power saving on system is activated.
- Returns
- PVR_ERROR_NO_ERROR If successfully done.
◆ OnPowerSavingDeactivated()
virtual PVR_ERROR kodi::addon::CInstancePVRClient::OnPowerSavingDeactivated |
( |
| ) |
|
|
inlinevirtual |
To notify addon power saving on system is deactivated.
- Returns
- PVR_ERROR_NO_ERROR If successfully done.
◆ OnSystemSleep()
virtual PVR_ERROR kodi::addon::CInstancePVRClient::OnSystemSleep |
( |
| ) |
|
|
inlinevirtual |
◆ OnSystemWake()
virtual PVR_ERROR kodi::addon::CInstancePVRClient::OnSystemWake |
( |
| ) |
|
|
inlinevirtual |