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