Uses of Class
io.qt.multimedia.QAudio.VolumeScale
Package | Description |
---|---|
io.qt.multimedia |
-
Uses of QAudio.VolumeScale in io.qt.multimedia
Methods in io.qt.multimedia that return QAudio.VolumeScale Modifier and Type Method Description static QAudio.VolumeScale
QAudio.VolumeScale. resolve(int value)
Returns the corresponding enum entry for the given value.static QAudio.VolumeScale
QAudio.VolumeScale. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAudio.VolumeScale[]
QAudio.VolumeScale. 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 QAudio.VolumeScale Modifier and Type Method Description static double
QAudio. convertVolume(double volume, QAudio.VolumeScale from, QAudio.VolumeScale to)