Uses of Enum
io.qt.multimedia.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.FeatureQCamera.Feature.resolve(int value) Returns the corresponding enum entry for the given value.static QCamera.FeatureReturns 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.FeaturesQCamera.Features.combined(QCamera.Feature e) Combines this flags with enum entry.static QCamera.FeaturesQCamera.Feature.flags(QCamera.Feature... values) Creates a newQCamera.Featuresfrom the entries.final QCamera.FeaturesQCamera.Features.setFlag(QCamera.Feature e) Sets the flagefinal QCamera.FeaturesQCamera.Features.setFlag(QCamera.Feature e, boolean on) Sets or clears the flagflagConstructors in io.qt.multimedia with parameters of type QCamera.FeatureModifierConstructorDescriptionFeatures(QCamera.Feature... args) Creates a new Features where the flags inargsare set.