![]() |
LeechCraft
0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
|
Contains information about a hyped artist. More...
#include "ihypesprovider.h"
Public Attributes | |
ArtistInfo | Info_ |
Basic information about the artist. More... | |
int | PercentageChange_ |
Change of popularity in percents. More... | |
int | Playcount_ |
Play count. More... | |
int | Listeners_ |
Number of listeners. More... | |
Contains information about a hyped artist.
This structure is used to describe additional information about a hyped artist, like playcount or change in popularity.
Definition at line 30 of file ihypesprovider.h.
ArtistInfo Media::HypedArtistInfo::Info_ |
Basic information about the artist.
Contains basic common information about the artist, like name, description and tags.
Definition at line 37 of file ihypesprovider.h.
int Media::HypedArtistInfo::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 64 of file ihypesprovider.h.
int Media::HypedArtistInfo::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 46 of file ihypesprovider.h.
int Media::HypedArtistInfo::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 55 of file ihypesprovider.h.