#include <RmpInfo.h>
Public Attributes | |
| std::string | title |
| t - title | |
| std::string | artist |
| a - artist | |
| std::string | track_num |
| n - track number | |
| std::string | file_name |
| f - file name | |
| std::string | track_id |
| d - id of the current track | |
| std::string | genre |
| g - genre | |
| std::string | format |
| F - format | |
| std::string | quality |
| q - quality | |
| std::string | cover |
| c - album art (cover picture) url | |
| std::string | url |
| U - complete url of the current track | |
| std::string | duration |
| D - the duration of the track in seconds | |
| std::string | channels |
| C - the number of channels | |
Definition at line 43 of file RmpInfo.h.
|
|
a - artist
Definition at line 47 of file RmpInfo.h. Referenced by EmpParser::get_track_info(), PlayListConverter::make_subs(), and ArtistNotEqualTo::operator()(). |
|
|
C - the number of channels
Definition at line 57 of file RmpInfo.h. Referenced by EmpParser::get_track_info(), and PlayListConverter::make_subs(). |
|
|
c - album art (cover picture) url
Definition at line 54 of file RmpInfo.h. Referenced by EmpParser::get_track_info(), and PlayListConverter::make_subs(). |
|
|
D - the duration of the track in seconds
Definition at line 56 of file RmpInfo.h. Referenced by EmpParser::get_track_info(), and PlayListConverter::make_subs(). |
|
|
f - file name
Definition at line 49 of file RmpInfo.h. Referenced by EmpParser::build_track_url(), EmpParser::get_track_info(), and PlayListConverter::make_subs(). |
|
|
F - format
Definition at line 52 of file RmpInfo.h. Referenced by EmpParser::get_track_info(), and PlayListConverter::make_subs(). |
|
|
g - genre
Definition at line 51 of file RmpInfo.h. Referenced by EmpParser::get_track_info(), and PlayListConverter::make_subs(). |
|
|
q - quality
Definition at line 53 of file RmpInfo.h. Referenced by EmpParser::get_track_info(), and PlayListConverter::make_subs(). |
|
|
t - title
Definition at line 46 of file RmpInfo.h. Referenced by EmpParser::get_track_info(), and PlayListConverter::make_subs(). |
|
|
d - id of the current track
Definition at line 50 of file RmpInfo.h. Referenced by EmpParser::build_track_url(), EmpParser::get_track_info(), and PlayListConverter::make_subs(). |
|
|
n - track number
Definition at line 48 of file RmpInfo.h. Referenced by EmpParser::get_track_info(), and PlayListConverter::make_subs(). |
|
|
U - complete url of the current track
Definition at line 55 of file RmpInfo.h. Referenced by EmpParser::get_track_info(), and PlayListConverter::make_subs(). |
1.3-rc3