Uses of Enum
io.qt.multimedia.QRadioTuner.StereoMode
-
Uses of QRadioTuner.StereoMode in io.qt.multimedia
Modifier and TypeMethodDescriptionfinal QRadioTuner.StereoMode
QRadioTuner.getStereoMode()
Kotlin property getter.static QRadioTuner.StereoMode
QRadioTuner.StereoMode.resolve
(int value) Returns the corresponding enum entry for the given value.final QRadioTuner.StereoMode
QRadioTuner.stereoMode()
abstract QRadioTuner.StereoMode
QRadioTunerControl.stereoMode()
static QRadioTuner.StereoMode
Returns the enum constant of this type with the specified name.static QRadioTuner.StereoMode[]
QRadioTuner.StereoMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal void
QRadioTuner.setStereoMode
(QRadioTuner.StereoMode mode) abstract void
QRadioTunerControl.setStereoMode
(QRadioTuner.StereoMode mode)