Uses of Enum
io.qt.multimedia.QCameraImageCapture.CaptureDestination
-
Uses of QCameraImageCapture.CaptureDestination in io.qt.multimedia
Modifier and TypeMethodDescriptionQCameraImageCapture.CaptureDestinations.flags()
Returns an array of flag objects represented by this CaptureDestinations.QCameraImageCapture.CaptureDestination.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QCameraImageCapture.CaptureDestination.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQCameraImageCapture.CaptureDestination.cleared
(QCameraImageCapture.CaptureDestination e) Excludes other enum entry from a flag of this entry.QCameraImageCapture.CaptureDestination.combined
(QCameraImageCapture.CaptureDestination e) Combines this entry with other enum entry.QCameraImageCapture.CaptureDestinations.combined
(QCameraImageCapture.CaptureDestination e) Combines this flags with enum entry.QCameraImageCapture.CaptureDestination.flags
(QCameraImageCapture.CaptureDestination ... values) Creates a newQCameraImageCapture.CaptureDestinations
from the entries.final boolean
QCameraImageCapture.isCaptureDestinationSupported
(QCameraImageCapture.CaptureDestination ... destination) final void
QCameraImageCapture.setCaptureDestination
(QCameraImageCapture.CaptureDestination ... destination) Overloaded function forQCameraImageCapture.setCaptureDestination(io.qt.multimedia.QCameraImageCapture.CaptureDestinations)
.QCameraImageCapture.CaptureDestinations.setFlag
(QCameraImageCapture.CaptureDestination e) Sets the flage
QCameraImageCapture.CaptureDestinations.setFlag
(QCameraImageCapture.CaptureDestination e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionCreates a new CaptureDestinations where the flags inargs
are set.