On this page

AmFmTuner QML Type

Provides a interface to control the AM/FM tuner. More...

Import Statement: import QtInterfaceFramework.Media 1.0
In C++: QIfAmFmTuner
Inherits:

AbstractFeature

Properties

Signals

Methods

Detailed Description

The AmFmTuner provides the methods to control a AM/FM tuner.

Uses qtifmedia as configurationId for InterfaceFrameworkConfiguration based settings.

Property Documentation

asynchronousBackendLoading : bool [since 6.8]

This property was introduced in Qt 6.8.

backendUpdatesEnabled : bool [since 6.8]

This property was introduced in Qt 6.8.

band : enumeration

The current band of the tuner.

Available values are:

ConstantDescription
AMBandThe AM Band is based on the Amplitude Modulation technique and can range from 520 to 1610 kHz (1710 kHz). The step size is usually between 9 or 10 kHz.
FMBandThe FM Band is based on the Frequency Modulation technique and can range from 87.5 to 108.0 MHz. The step size is usually 100 kHz.

configurationId : string [since 6.5]

This property was introduced in Qt 6.5.

discoveryMode : enumeration

discoveryResult : enumeration [read-only]

frequency : int

The current frequency of the tuner.

isInitialized : bool [read-only]

isValid : bool [read-only]

maximumFrequency : int [read-only]

The maximum frequency of the current band.

minimumFrequency : int [read-only]

The minimum frequency of the current band.

preferredBackends : list<string> [since 6.5]

This property was introduced in Qt 6.5.

scanRunning : bool [read-only]

true while a scan is in progress, false otherwise.

See also startScan(), stopScan(), scanStarted(), and scanStopped().

serviceObject : ServiceObject

station : AmFmTunerStation [read-only]

The currently tuned station.

stepSize : int [read-only]

The frequency step size of the current band.

See also stepUp() and stepDown().

Signal Documentation

scanStarted()

A new scan has started and is now running.

Note: The corresponding handler is onScanStarted.

See also startScan, stopScan, scanRunning, and scanStopped.

scanStopped()

The currently active scan has stopped.

Note: The corresponding handler is onScanStopped.

See also startScan, stopScan, scanRunning, and scanStarted.

Method Documentation

enumeration startAutoDiscovery()

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.