AudioTrackItem QML Type
The AudioTrackItem represents a playable audio track. More...
Import Statement: | import QtIvi.Media 1.0 |
Instantiates: | QIviAudioTrackItem |
Inherits: |
Properties
- album : string
- artist : string
- coverArt : string
- data : object
- duration : int
- genre : string
- id : string
- name : string
- rating : int
- title : string
- trackNumber : int
- type : string
- year : int
Detailed Description
Note: This item is not creatable from QML.
Property Documentation
Holds the cover art of the audio track.
This can be a url to a local image file or a link to a qml image provider
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.