TunerStation QML Type
The TunerStation represents a tuner station. More...
Import Statement: | import QtIvi.Media 1.0 |
Instantiates: | QIviTunerStation |
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
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).
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.
A unique identifier, which can be used to identify this item.
This is mainly used by the backend to implement filtering or browsing.
The name of the item. E.g. The name of a contact in a addressbook, or the artist-name in a list of artists.
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.
Holds the reception quality of the tuner station.
//TODO What's the usual unit and range of this ?
Holds the logo of this station.
This can be a url to a local image file or a link to a qml image provider.