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