Uses of Enum
io.qt.multimedia.QCameraExposureControl.ExposureParameter
-
Uses of QCameraExposureControl.ExposureParameter in io.qt.multimedia
Modifier and TypeMethodDescriptionQCameraExposureControl.ExposureParameter.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QCameraExposureControl.ExposureParameter.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionabstract 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)