Uses of Enum
io.qt.multimedia.QCameraExposure.FlashMode
Packages that use QCameraExposure.FlashMode
-
Uses of QCameraExposure.FlashMode in io.qt.multimedia
Methods in io.qt.multimedia that return QCameraExposure.FlashModeModifier and TypeMethodDescriptionfinal QCameraExposure.FlashMode[]
QCameraExposure.FlashModes.flags()
Returns an array of flag objects represented by this FlashModes.static QCameraExposure.FlashMode
QCameraExposure.FlashMode.resolve
(int value) Returns the corresponding enum entry for the given value.static QCameraExposure.FlashMode
Returns the enum constant of this type with the specified name.static QCameraExposure.FlashMode[]
QCameraExposure.FlashMode.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.FlashModeModifier and TypeMethodDescriptionQCameraExposure.FlashMode.combined
(QCameraExposure.FlashMode e) Combines this entry with other enum entry.QCameraExposure.FlashModes.combined
(QCameraExposure.FlashMode e) Combines this flags with enum entry.static QCameraExposure.FlashModes
QCameraExposure.FlashMode.flags
(QCameraExposure.FlashMode... values) Creates a newQCameraExposure.FlashModes
from the entries.final boolean
QCameraExposure.isFlashModeSupported
(QCameraExposure.FlashMode... mode) Overloaded function forQCameraExposure.isFlashModeSupported(io.qt.multimedia.QCameraExposure.FlashModes)
.QCameraExposure.FlashModes.setFlag
(QCameraExposure.FlashMode e) Sets the flage
QCameraExposure.FlashModes.setFlag
(QCameraExposure.FlashMode e, boolean on) Sets or clears the flagflag
final void
QCameraExposure.setFlashMode
(QCameraExposure.FlashMode... mode) Overloaded function forQCameraExposure.setFlashMode(io.qt.multimedia.QCameraExposure.FlashModes)
.Constructors in io.qt.multimedia with parameters of type QCameraExposure.FlashModeModifierConstructorDescriptionFlashModes
(QCameraExposure.FlashMode... args) Creates a new FlashModes where the flags inargs
are set.