Uses of Class
io.qt.multimedia.QCameraExposureControl.ExposureParameter
Package | Description |
---|---|
io.qt.multimedia |
-
Uses of QCameraExposureControl.ExposureParameter in io.qt.multimedia
Methods in io.qt.multimedia that return QCameraExposureControl.ExposureParameter Modifier and Type Method Description static QCameraExposureControl.ExposureParameter
QCameraExposureControl.ExposureParameter. resolve(int value)
Returns the corresponding enum entry for the given value.static QCameraExposureControl.ExposureParameter
QCameraExposureControl.ExposureParameter. valueOf(String name)
Returns the enum constant of this type with the specified name.static QCameraExposureControl.ExposureParameter[]
QCameraExposureControl.ExposureParameter. 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 QCameraExposureControl.ExposureParameter Modifier and Type Method Description abstract Object
QCameraExposureControl. actualValue(QCameraExposureControl.ExposureParameter parameter)
abstract boolean
QCameraExposureControl. isParameterSupported(QCameraExposureControl.ExposureParameter parameter)
abstract Object
QCameraExposureControl. requestedValue(QCameraExposureControl.ExposureParameter parameter)
abstract boolean
QCameraExposureControl. setValue(QCameraExposureControl.ExposureParameter parameter, Object value)
abstract QMediaService.ListResult<Object>
QCameraExposureControl. supportedParameterRange(QCameraExposureControl.ExposureParameter parameter)