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.CaptureModeQCamera.CaptureMode.resolve(int value) Returns the corresponding enum entry for the given value.static QCamera.CaptureModeReturns 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.cleared(QCamera.CaptureMode e) Excludes other enum entry from a flag of this entry.QCamera.CaptureMode.combined(QCamera.CaptureMode e) Combines this entry with other enum entry.final QCamera.CaptureModesQCamera.CaptureModes.combined(QCamera.CaptureMode e) Combines this flags with enum entry.static QCamera.CaptureModesQCamera.CaptureMode.flags(QCamera.CaptureMode ... values) Creates a newQCamera.CaptureModesfrom the entries.final booleanQCamera.isCaptureModeSupported(QCamera.CaptureMode ... mode) Overloaded function forQCamera.isCaptureModeSupported(io.qt.multimedia.QCamera.CaptureModes).final booleanQCameraControl.isCaptureModeSupported(QCamera.CaptureMode ... mode) Overloaded function forQCameraControl.isCaptureModeSupported(io.qt.multimedia.QCamera.CaptureModes).final voidQCamera.setCaptureMode(QCamera.CaptureMode ... mode) Overloaded function forQCamera.setCaptureMode(io.qt.multimedia.QCamera.CaptureModes).final voidQCameraControl.setCaptureMode(QCamera.CaptureMode ... arg__1) Overloaded function forQCameraControl.setCaptureMode(io.qt.multimedia.QCamera.CaptureModes).final QCamera.CaptureModesQCamera.CaptureModes.setFlag(QCamera.CaptureMode e) Sets the flagefinal QCamera.CaptureModesQCamera.CaptureModes.setFlag(QCamera.CaptureMode e, boolean on) Sets or clears the flagflagConstructors in io.qt.multimedia with parameters of type QCamera.CaptureModeModifierConstructorDescriptionCaptureModes(QCamera.CaptureMode ... args) Creates a new CaptureModes where the flags inargsare set.