![]() |
LeechCraft
0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
|
Information about a track release. More...
#include "idiscographyprovider.h"
Public Attributes | |
int | Number_ |
The number of the track in the release. More... | |
QString | Name_ |
The name of the track. More... | |
int | Length_ |
The length of the track in this release. More... | |
Information about a track release.
A release can be, for example, an album, a compilation or a single.
Definition at line 26 of file idiscographyprovider.h.
int Media::ReleaseTrackInfo::Length_ |
The length of the track in this release.
Definition at line 38 of file idiscographyprovider.h.
QString Media::ReleaseTrackInfo::Name_ |
The name of the track.
Definition at line 34 of file idiscographyprovider.h.
int Media::ReleaseTrackInfo::Number_ |
The number of the track in the release.
Definition at line 30 of file idiscographyprovider.h.