Uses of Class
io.qt.multimedia.QVideoFilterRunnable.RunFlag
Package | Description |
---|---|
io.qt.multimedia |
-
Uses of QVideoFilterRunnable.RunFlag in io.qt.multimedia
Methods in io.qt.multimedia that return QVideoFilterRunnable.RunFlag Modifier and Type Method Description 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
QVideoFilterRunnable.RunFlag. valueOf(String name)
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.RunFlag Modifier and Type Method Description QVideoFilterRunnable.RunFlags
QVideoFilterRunnable.RunFlag. combined(QVideoFilterRunnable.RunFlag e)
Combines this entry with other enum entry.QVideoFilterRunnable.RunFlags
QVideoFilterRunnable.RunFlags. combined(QVideoFilterRunnable.RunFlag e)
Combines this flags with enum entry.static QVideoFilterRunnable.RunFlags
QVideoFilterRunnable.RunFlag. flags(QVideoFilterRunnable.RunFlag... values)
Creates a newQVideoFilterRunnable.RunFlags
from the entries.QVideoFilterRunnable.RunFlags
QVideoFilterRunnable.RunFlags. setFlag(QVideoFilterRunnable.RunFlag e)
Sets the flage
QVideoFilterRunnable.RunFlags
QVideoFilterRunnable.RunFlags. setFlag(QVideoFilterRunnable.RunFlag e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.multimedia with parameters of type QVideoFilterRunnable.RunFlag Constructor Description RunFlags(QVideoFilterRunnable.RunFlag... args)
Creates a new RunFlags where the flags inargs
are set.