Uses of Class
io.qt.multimedia.QMediaPlayer.Flags
Package | Description |
---|---|
io.qt.multimedia |
-
Uses of QMediaPlayer.Flags in io.qt.multimedia
Methods in io.qt.multimedia that return QMediaPlayer.Flags Modifier and Type Method Description QMediaPlayer.Flags
QMediaPlayer.Flag. asFlags()
Create a QFlags of the enum entry.QMediaPlayer.Flags
QMediaPlayer.Flags. clone()
Clones the flagsQMediaPlayer.Flags
QMediaPlayer.Flag. combined(QMediaPlayer.Flag e)
Combines this entry with other enum entry.QMediaPlayer.Flags
QMediaPlayer.Flags. combined(QMediaPlayer.Flag e)
Combines this flags with enum entry.static QMediaPlayer.Flags
QMediaPlayer.Flag. flags(QMediaPlayer.Flag... values)
Creates a newQMediaPlayer.Flags
from the entries.QMediaPlayer.Flags
QMediaPlayer.Flags. setFlag(QMediaPlayer.Flag e)
Sets the flage
QMediaPlayer.Flags
QMediaPlayer.Flags. setFlag(QMediaPlayer.Flag e, boolean on)
Sets or clears the flagflag
Methods in io.qt.multimedia with parameters of type QMediaPlayer.Flags Modifier and Type Method Description int
QMediaPlayer.Flags. compareTo(QMediaPlayer.Flags other)
static QMultimedia.SupportEstimate
QMediaPlayer. hasSupport(String mimeType, Collection<String> codecs, QMediaPlayer.Flags flags)
static QStringList
QMediaPlayer. supportedMimeTypes(QMediaPlayer.Flags flags)
Constructors in io.qt.multimedia with parameters of type QMediaPlayer.Flags Constructor Description QMediaPlayer(QObject parent, QMediaPlayer.Flags flags)