LeechCraft  0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
Media::HypedTrackInfo Struct Reference

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

Detailed Description

Contains information about a hyped track.

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

See also
IHypesProvider

Definition at line 95 of file ihypesprovider.h.

Member Data Documentation

◆ ArtistName_

QString Media::HypedTrackInfo::ArtistName_

Name of the performer of this track.

Definition at line 150 of file ihypesprovider.h.

◆ ArtistPage_

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 158 of file ihypesprovider.h.

◆ Duration_

int Media::HypedTrackInfo::Duration_

Duration of the track.

Definition at line 138 of file ihypesprovider.h.

◆ Image_

QUrl Media::HypedTrackInfo::Image_

URL of thumb image of this track or performing artist.

Definition at line 142 of file ihypesprovider.h.

◆ LargeImage_

QUrl Media::HypedTrackInfo::LargeImage_

Full size image of this track or performing artist.

Definition at line 146 of file ihypesprovider.h.

◆ Listeners_

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 134 of file ihypesprovider.h.

◆ PercentageChange_

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 116 of file ihypesprovider.h.

◆ Playcount_

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 125 of file ihypesprovider.h.

◆ TrackName_

QString Media::HypedTrackInfo::TrackName_

Name of the track.

Definition at line 99 of file ihypesprovider.h.

◆ TrackPage_

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 107 of file ihypesprovider.h.


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