Uses of Enum
io.qt.multimedia.QtAudio.VolumeScale
-
Uses of QtAudio.VolumeScale in io.qt.multimedia
Modifier and TypeMethodDescriptionstatic QtAudio.VolumeScale
QtAudio.VolumeScale.resolve
(int value) Returns the corresponding enum entry for the given value.static QtAudio.VolumeScale
Returns the enum constant of this type with the specified name.static QtAudio.VolumeScale[]
QtAudio.VolumeScale.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic float
QtAudio.convertVolume
(float volume, QtAudio.VolumeScale from, QtAudio.VolumeScale to) SeeQAudio::
convertVolume(float, QAudio::VolumeScale, QAudio::VolumeScale)