Uses of Enum
io.qt.multimedia.QVideoFilterRunnable.RunFlag
-
Uses of QVideoFilterRunnable.RunFlag in io.qt.multimedia
Modifier 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.Modifier and TypeMethodDescriptionQVideoFilterRunnable.RunFlag.cleared
(QVideoFilterRunnable.RunFlag e) Excludes other enum entry from a flag of this entry.QVideoFilterRunnable.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.final QVideoFrame
QVideoFilterRunnable.run
(QVideoFrame input, QVideoSurfaceFormat surfaceFormat, QVideoFilterRunnable.RunFlag ... flags) QVideoFilterRunnable.RunFlags.setFlag
(QVideoFilterRunnable.RunFlag e) Sets the flage
QVideoFilterRunnable.RunFlags.setFlag
(QVideoFilterRunnable.RunFlag e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionRunFlags
(QVideoFilterRunnable.RunFlag ... args) Creates a new RunFlags where the flags inargs
are set.