TunerStation QML Type

The TunerStation represents a tuner station. More...

Import Statement: import QtIvi.Media 1.0
Instantiates: QIviTunerStation
Inherits:

StandardItem

Inherited By:

AmFmTunerStation

Properties

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

A generic data field which can hold any data.

This can be moved for storing additional data which is not part of the base class. E.g. the "composer" of an audio track.


frequency : int

Holds the frequency of the tuner station.


id : string

A unique identifier, which can be used to identify this item.

This is mainly used by the backend to implement filtering or browsing.


name : string

The name of the item. E.g. The name of a contact in a addressbook, or the artist-name in a list of artists.


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

The type of the item. E.g. "artist", "track", "contact".


© 2020 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.