Uses of Enum
io.qt.multimedia.QMediaServiceProviderHint.Feature
-
Uses of QMediaServiceProviderHint.Feature in io.qt.multimedia
Modifier and TypeMethodDescriptionQMediaServiceProviderHint.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.Modifier and TypeMethodDescriptionQMediaServiceProviderHint.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
ModifierConstructorDescriptionCreates a new Features where the flags inargs
are set.Overloaded constructor forQMediaServiceProviderHint(io.qt.multimedia.QMediaServiceProviderHint.Features)
.