Uses of Enum
io.qt.multimedia.QCamera.CaptureMode
Packages that use QCamera.CaptureMode
-
Uses of QCamera.CaptureMode in io.qt.multimedia
Methods in io.qt.multimedia that return QCamera.CaptureModeModifier and TypeMethodDescriptionfinal 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
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.CaptureModeModifier and TypeMethodDescriptionQCamera.CaptureMode.combined
(QCamera.CaptureMode e) Combines this entry with other enum entry.final 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.final boolean
QCamera.isCaptureModeSupported
(QCamera.CaptureMode... mode) Overloaded function forQCamera.isCaptureModeSupported(io.qt.multimedia.QCamera.CaptureModes)
.final void
QCamera.setCaptureMode
(QCamera.CaptureMode... mode) Overloaded function forQCamera.setCaptureMode(io.qt.multimedia.QCamera.CaptureModes)
.final QCamera.CaptureModes
QCamera.CaptureModes.setFlag
(QCamera.CaptureMode e) Sets the flage
final 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.CaptureModeModifierConstructorDescriptionCaptureModes
(QCamera.CaptureMode... args) Creates a new CaptureModes where the flags inargs
are set.