Uses of Enum
io.qt.multimedia.QCameraExposure.ExposureMode
Packages that use QCameraExposure.ExposureMode
-
Uses of QCameraExposure.ExposureMode in io.qt.multimedia
Methods in io.qt.multimedia that return QCameraExposure.ExposureModeModifier and TypeMethodDescriptionQCameraExposure.exposureMode()
static QCameraExposure.ExposureMode
QCameraExposure.ExposureMode.resolve
(int value) Returns the corresponding enum entry for the given value.static QCameraExposure.ExposureMode
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.ExposureModeModifier and TypeMethodDescriptionfinal boolean
QCameraExposure.isExposureModeSupported
(QCameraExposure.ExposureMode mode) final void
QCameraExposure.setExposureMode
(QCameraExposure.ExposureMode mode)