Uses of Class
io.qt.multimedia.QCameraExposure.ExposureMode
Package | Description |
---|---|
io.qt.multimedia |
-
Uses of QCameraExposure.ExposureMode in io.qt.multimedia
Methods in io.qt.multimedia that return QCameraExposure.ExposureMode Modifier and Type Method Description QCameraExposure.ExposureMode
QCameraExposure. exposureMode()
static QCameraExposure.ExposureMode
QCameraExposure.ExposureMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QCameraExposure.ExposureMode
QCameraExposure.ExposureMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QCameraExposure.ExposureMode[]
QCameraExposure.ExposureMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.multimedia with parameters of type QCameraExposure.ExposureMode Modifier and Type Method Description boolean
QCameraExposure. isExposureModeSupported(QCameraExposure.ExposureMode mode)
void
QCameraExposure. setExposureMode(QCameraExposure.ExposureMode mode)