TunerStation QML Type
The TunerStation represents a tuner station. More...
Import Statement: | import QtInterfaceFramework.Media 1.0 |
In C++: | QIfTunerStation |
Inherits: | |
Inherited By: |
Properties
- category : string
- data : object
- frequency : int
- id : string
- name : string
- radioText : string
- receptionQuality : int
- stationLogoUrl : string
- stationName : string
- type : string
Detailed Description
Note: This item is not creatable from QML.
Property Documentation
category : string |
Holds the category of the tuner station.
For a AM/FM station this is usually string representation of pty (programme type) inside the RDS (Radio Data Segment).
data : object |
frequency : int |
Holds the frequency of the tuner station.
id : string |
name : string |
radioText : string |
Holds the radio text transmitted by the tuner station.
The radio text is used to provide additional information about the current station program or for commericials. It is expected that the backend extracts the useful information from the radioText and provide it in more suitable properties like the the currentArtist or similar.
receptionQuality : int |
Holds the reception quality of the tuner station.
//TODO What's the usual unit and range of this ?
stationLogoUrl : string |
Holds the logo of this station.
This can be a url to a local image file or a link to a qml image provider.
stationName : string |
Holds the name of the tuner station.
type : string |
© 2024 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.