Uses of Enum
io.qt.multimedia.QCamera.Feature
-
Uses of QCamera.Feature in io.qt.multimedia
Modifier 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.Modifier and TypeMethodDescriptionQCamera.Feature.cleared
(QCamera.Feature e) Excludes other enum entry from a flag of this entry.QCamera.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
ModifierConstructorDescriptionFeatures
(QCamera.Feature ... args) Creates a new Features where the flags inargs
are set.