Uses of Class
io.qt.multimedia.QMediaPlayer.State
Package | Description |
---|---|
io.qt.multimedia |
-
Uses of QMediaPlayer.State in io.qt.multimedia
Fields in io.qt.multimedia with type parameters of type QMediaPlayer.State Modifier and Type Field Description QObject.Signal1<QMediaPlayer.State>
QMediaPlayer. stateChanged
QObject.Signal1<QMediaPlayer.State>
QMediaPlayerControl. stateChanged
Methods in io.qt.multimedia that return QMediaPlayer.State Modifier and Type Method Description static QMediaPlayer.State
QMediaPlayer.State. resolve(int value)
Returns the corresponding enum entry for the given value.QMediaPlayer.State
QMediaPlayer. state()
abstract QMediaPlayer.State
QMediaPlayerControl. state()
static QMediaPlayer.State
QMediaPlayer.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static QMediaPlayer.State[]
QMediaPlayer.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.