Uses of Class
io.qt.multimedia.QCameraExposure.FlashMode
Package | Description |
---|---|
io.qt.multimedia |
-
Uses of QCameraExposure.FlashMode in io.qt.multimedia
Methods in io.qt.multimedia that return QCameraExposure.FlashMode Modifier and Type Method Description 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
QCameraExposure.FlashMode. valueOf(String name)
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.Constructors in io.qt.multimedia with parameters of type QCameraExposure.FlashMode Constructor Description FlashModes(QCameraExposure.FlashMode... args)
Creates a new FlashModes where the flags inargs
are set.