LeechCraft  0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
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 30 of file ihypesprovider.h.

Member Data Documentation

◆ Info_

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.

◆ Listeners_

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.

◆ PercentageChange_

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.

◆ Playcount_

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.


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