The QCameraLocksControl class is an abstract base class for classes that control still cameras or video cameras. More...
#include <QCameraLocksControl>
This class is under development and is subject to change.
Inherits QMediaControl.
~QCameraLocksControl () | |
virtual QCamera::LockStatus | lockStatus ( QCamera::LockType lock ) const = 0 |
virtual void | searchAndLock ( QCamera::LockTypes locks ) = 0 |
virtual QCamera::LockTypes | supportedLocks () const = 0 |
virtual void | unlock ( QCamera::LockTypes locks ) = 0 |
void | lockStatusChanged ( QCamera::LockType lock, QCamera::LockStatus status, QCamera::LockChangeReason reason ) |
QCameraLocksControl ( QObject * parent = 0 ) |
QCameraLocksControl_iid |
The QCameraLocksControl class is an abstract base class for classes that control still cameras or video cameras.
This service is provided by a QMediaService object via QMediaService::control(). It is used by QCamera.
The interface name of QCameraLocksControl is com.nokia.Qt.QCameraLocksControl/1.0 as defined in QCameraLocksControl_iid.
The Camera API of Qt Mobility is still in Technology Preview. It has not undergone the same level of review and testing as the rest of the APIs.
The API exposed by the classes in this component are not stable, and will undergo modification or removal prior to the final release of Qt Mobility.
See also QMediaService::requestControl() and QCamera.
Constructs a camera locks control object with parent.
Destruct the camera locks control object.
Returns the camera lock status.
Signals the lock status was changed with a specified reason.
Request camera locks.
Returns the lock types, the camera supports.
Unlock camera locks.
com.nokia.Qt.QCameraLocksControl/1.0
Defines the interface name of the QCameraLocksControl class.