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.
◆ OnSystemSleep()
◆ OnSystemWake()
◆ OnPowerSavingActivated()
To notify addon power saving on system is activated.
- Returns
- PVR_ERROR_NO_ERROR If successfully done.
◆ OnPowerSavingDeactivated()
virtual PVR_ERROR OnPowerSavingDeactivated |
( |
| ) |
|
|
inlinevirtual |
To notify addon power saving on system is deactivated.
- Returns
- PVR_ERROR_NO_ERROR If successfully done.