Provides methods to indicate the Content Adaptive Backlight Control (CABC) mode. More...
#include <qmcabc.h>
Public Types | |
enum | Mode { Off = 0, Ui = 1, StillImage = 2, MovingImage = 3 } |
Public Member Functions | |
QmCABC (QObject *parent=0) | |
Mode | get () const |
bool | set (Mode mode) |
Provides methods to indicate the Content Adaptive Backlight Control (CABC) mode.
Definition at line 51 of file qmcabc.h.
enum MeeGo::QmCABC::Mode |
Mode MeeGo::QmCABC::get | ( | ) | const |
Gets the current CABC mode.
bool MeeGo::QmCABC::set | ( | Mode | mode | ) |
Requests to set the CABC mode. The system does not guarantee that the CABC mode will be set according to the request. The applications should not depend on a particular CABC mode but can use this method to indicate that a certain CABC mode would be desired.
mode | CABC mode |