Uses of Class
io.qt.multimedia.QMediaPlayer.Flag
Package | Description |
---|---|
io.qt.multimedia |
-
Uses of QMediaPlayer.Flag in io.qt.multimedia
Methods in io.qt.multimedia that return QMediaPlayer.Flag Modifier and Type Method Description QMediaPlayer.Flag[]
QMediaPlayer.Flags. flags()
Returns an array of flag objects represented by this Flags.static QMediaPlayer.Flag
QMediaPlayer.Flag. resolve(int value)
Returns the corresponding enum entry for the given value.static QMediaPlayer.Flag
QMediaPlayer.Flag. valueOf(String name)
Returns the enum constant of this type with the specified name.static QMediaPlayer.Flag[]
QMediaPlayer.Flag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.multimedia with parameters of type QMediaPlayer.Flag Constructor Description Flags(QMediaPlayer.Flag... args)
Creates a new Flags where the flags inargs
are set.QMediaPlayer(QObject parent, QMediaPlayer.Flag... flags)
Overloaded constructor forQMediaPlayer(io.qt.core.QObject, io.qt.multimedia.QMediaPlayer.Flags)
.