Uses of Enum
io.qt.multimedia.QAudio.VolumeScale
Packages that use QAudio.VolumeScale
-
Uses of QAudio.VolumeScale in io.qt.multimedia
Methods in io.qt.multimedia that return QAudio.VolumeScaleModifier and TypeMethodDescriptionstatic QAudio.VolumeScale
QAudio.VolumeScale.resolve
(int value) Returns the corresponding enum entry for the given value.static QAudio.VolumeScale
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.VolumeScaleModifier and TypeMethodDescriptionstatic double
QAudio.convertVolume
(double volume, QAudio.VolumeScale from, QAudio.VolumeScale to)