Uses of Enum
io.qt.multimedia.QCamera.Feature
Packages that use QCamera.Feature
-
Uses of QCamera.Feature in io.qt.multimedia
Methods in io.qt.multimedia that return QCamera.FeatureModifier and TypeMethodDescriptionfinal QCamera.Feature[]
QCamera.Features.flags()
Returns an array of flag objects represented by this Features.static QCamera.Feature
QCamera.Feature.resolve
(int value) Returns the corresponding enum entry for the given value.static QCamera.Feature
Returns the enum constant of this type with the specified name.static QCamera.Feature[]
QCamera.Feature.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.FeatureModifier and TypeMethodDescriptionQCamera.Feature.combined
(QCamera.Feature e) Combines this entry with other enum entry.final QCamera.Features
QCamera.Features.combined
(QCamera.Feature e) Combines this flags with enum entry.static QCamera.Features
QCamera.Feature.flags
(QCamera.Feature... values) Creates a newQCamera.Features
from the entries.final QCamera.Features
QCamera.Features.setFlag
(QCamera.Feature e) Sets the flage
final QCamera.Features
QCamera.Features.setFlag
(QCamera.Feature e, boolean on) Sets or clears the flagflag
Constructors in io.qt.multimedia with parameters of type QCamera.FeatureModifierConstructorDescriptionFeatures
(QCamera.Feature... args) Creates a new Features where the flags inargs
are set.