Uses of Class
io.qt.multimedia.QCamera.CaptureMode
Package | Description |
---|---|
io.qt.multimedia |
-
Uses of QCamera.CaptureMode in io.qt.multimedia
Methods in io.qt.multimedia that return QCamera.CaptureMode Modifier and Type Method Description QCamera.CaptureMode[]
QCamera.CaptureModes. flags()
Returns an array of flag objects represented by this CaptureModes.static QCamera.CaptureMode
QCamera.CaptureMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QCamera.CaptureMode
QCamera.CaptureMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QCamera.CaptureMode[]
QCamera.CaptureMode. 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 QCamera.CaptureMode Modifier and Type Method Description QCamera.CaptureModes
QCamera.CaptureMode. combined(QCamera.CaptureMode e)
Combines this entry with other enum entry.QCamera.CaptureModes
QCamera.CaptureModes. combined(QCamera.CaptureMode e)
Combines this flags with enum entry.static QCamera.CaptureModes
QCamera.CaptureMode. flags(QCamera.CaptureMode... values)
Creates a newQCamera.CaptureModes
from the entries.boolean
QCamera. isCaptureModeSupported(QCamera.CaptureMode... mode)
Overloaded function forQCamera.isCaptureModeSupported(io.qt.multimedia.QCamera.CaptureModes)
.void
QCamera. setCaptureMode(QCamera.CaptureMode... mode)
Overloaded function forQCamera.setCaptureMode(io.qt.multimedia.QCamera.CaptureModes)
.QCamera.CaptureModes
QCamera.CaptureModes. setFlag(QCamera.CaptureMode e)
Sets the flage
QCamera.CaptureModes
QCamera.CaptureModes. setFlag(QCamera.CaptureMode e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.multimedia with parameters of type QCamera.CaptureMode Constructor Description CaptureModes(QCamera.CaptureMode... args)
Creates a new CaptureModes where the flags inargs
are set.