Uses of Enum
io.qt.multimedia.QCameraExposureControl.ExposureParameter
Packages that use QCameraExposureControl.ExposureParameter
-
Uses of QCameraExposureControl.ExposureParameter in io.qt.multimedia
Methods in io.qt.multimedia that return QCameraExposureControl.ExposureParameterModifier 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.Methods in io.qt.multimedia with parameters of type QCameraExposureControl.ExposureParameterModifier 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)