![]() |
LeechCraft
0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
|
Contains information about a hyped track. More...
#include "ihypesprovider.h"
Public Attributes | |
QString | TrackName_ |
Name of the track. More... | |
QUrl | TrackPage_ |
Address of the track page. More... | |
int | PercentageChange_ |
Change of popularity in percents. More... | |
int | Playcount_ |
Play count. More... | |
int | Listeners_ |
Number of listeners. More... | |
int | Duration_ |
Duration of the track. More... | |
QUrl | Image_ |
URL of thumb image of this track or performing artist. More... | |
QUrl | LargeImage_ |
Full size image of this track or performing artist. More... | |
QString | ArtistName_ |
Name of the performer of this track. More... | |
QUrl | ArtistPage_ |
URL of the artist page. More... | |
Contains information about a hyped track.
This structure is used to describe additional information about a hyped track, like playcount or change in popularity.
Definition at line 74 of file ihypesprovider.h.
QString Media::HypedTrackInfo::ArtistName_ |
Name of the performer of this track.
Definition at line 129 of file ihypesprovider.h.
QUrl Media::HypedTrackInfo::ArtistPage_ |
URL of the artist page.
This field is expected to contain the address of the artist on the service this HypedTrackInfo is got from, not the artist web site.
Definition at line 137 of file ihypesprovider.h.
int Media::HypedTrackInfo::Duration_ |
Duration of the track.
Definition at line 117 of file ihypesprovider.h.
QUrl Media::HypedTrackInfo::Image_ |
URL of thumb image of this track or performing artist.
Definition at line 121 of file ihypesprovider.h.
QUrl Media::HypedTrackInfo::LargeImage_ |
Full size image of this track or performing artist.
Definition at line 125 of file ihypesprovider.h.
int Media::HypedTrackInfo::Listeners_ |
Number of listeners.
The period of time is unspecified, different services may choose to use different measures.
This may be 0 if listeners count is unknown.
Definition at line 113 of file ihypesprovider.h.
int Media::HypedTrackInfo::PercentageChange_ |
Change of popularity in percents.
The period of time is unspecified, different services may choose to use different measures.
This may be 0 if percentage change is unknown.
Definition at line 95 of file ihypesprovider.h.
int Media::HypedTrackInfo::Playcount_ |
Play count.
The period of time is unspecified, different services may choose to use different measures.
This may be 0 if play count is unknown.
Definition at line 104 of file ihypesprovider.h.
QString Media::HypedTrackInfo::TrackName_ |
Name of the track.
Definition at line 78 of file ihypesprovider.h.
QUrl Media::HypedTrackInfo::TrackPage_ |
Address of the track page.
This field is expected to contain the address of the track on the service this HypedTrackInfo is got from, not the artist web site.
Definition at line 86 of file ihypesprovider.h.