Uses of Class
io.qt.multimedia.QMediaRecorder.State
Package | Description |
---|---|
io.qt.multimedia |
-
Uses of QMediaRecorder.State in io.qt.multimedia
Fields in io.qt.multimedia with type parameters of type QMediaRecorder.State Modifier and Type Field Description QObject.Signal1<QMediaRecorder.State>
QMediaRecorder. stateChanged
QObject.Signal1<QMediaRecorder.State>
QMediaRecorderControl. stateChanged
Methods in io.qt.multimedia that return QMediaRecorder.State Modifier and Type Method Description static QMediaRecorder.State
QMediaRecorder.State. resolve(int value)
Returns the corresponding enum entry for the given value.QMediaRecorder.State
QMediaRecorder. state()
abstract QMediaRecorder.State
QMediaRecorderControl. state()
static QMediaRecorder.State
QMediaRecorder.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static QMediaRecorder.State[]
QMediaRecorder.State. 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 QMediaRecorder.State Modifier and Type Method Description abstract void
QMediaRecorderControl. setState(QMediaRecorder.State state)