LeechCraft  %{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Media::HypedArtistInfo Struct Reference

Contains information about a hyped artist. More...

#include "ihypesprovider.h"

+ Collaboration diagram for Media::HypedArtistInfo:

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

Detailed Description

Contains information about a hyped artist.

This structure is used to describe additional information about a hyped artist, like playcount or change in popularity.

See Also
IHypesProvider

Definition at line 46 of file ihypesprovider.h.

Member Data Documentation

ArtistInfo Media::HypedArtistInfo::Info_

Basic information about the artist.

Contains basic common information about the artist, like name, description and tags.

Definition at line 53 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 80 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 62 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 71 of file ihypesprovider.h.


The documentation for this struct was generated from the following file: