![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
Describes a single audio track. More...
#include "audiostructs.h"
Public Member Functions | |
| bool | operator== (const AudioInfo &other) const |
| Returns whether this audio info is equal to another one. More... | |
| bool | operator!= (const AudioInfo &other) const |
| Returns whether this audio info isn't equal to another one. More... | |
Public Attributes | |
| QString | Artist_ |
| The artist performing this track. More... | |
| QString | Album_ |
| The album this track is on. More... | |
| QString | Title_ |
| The title of this track. More... | |
| QStringList | Genres_ |
| The genres of this track. More... | |
| qint32 | Length_ = 0 |
| The length of this track in seconds. More... | |
| qint32 | Year_ = 0 |
| The year of the Album_ this track is on. More... | |
| qint32 | TrackNumber_ = 0 |
| The number of this track on the Album_. More... | |
| QVariantMap | Other_ |
| Other fields of this audio info. More... | |
Describes a single audio track.
Definition at line 41 of file audiostructs.h.
|
inline |
Returns whether this audio info isn't equal to another one.
Definition at line 95 of file audiostructs.h.
|
inline |
Returns whether this audio info is equal to another one.
Definition at line 81 of file audiostructs.h.
References Album_, Artist_, Genres_, Length_, Other_, Title_, TrackNumber_, and Year_.
| QString Media::AudioInfo::Album_ |
The album this track is on.
Definition at line 49 of file audiostructs.h.
Referenced by operator==().
| QString Media::AudioInfo::Artist_ |
The artist performing this track.
Definition at line 45 of file audiostructs.h.
Referenced by operator==().
| QStringList Media::AudioInfo::Genres_ |
| qint32 Media::AudioInfo::Length_ = 0 |
The length of this track in seconds.
Definition at line 61 of file audiostructs.h.
Referenced by operator==().
| QVariantMap Media::AudioInfo::Other_ |
Other fields of this audio info.
Other fields known to be used:
Definition at line 77 of file audiostructs.h.
Referenced by operator==().
| QString Media::AudioInfo::Title_ |
| qint32 Media::AudioInfo::TrackNumber_ = 0 |
The number of this track on the Album_.
Definition at line 69 of file audiostructs.h.
Referenced by operator==().
| qint32 Media::AudioInfo::Year_ = 0 |
The year of the Album_ this track is on.
Definition at line 65 of file audiostructs.h.
Referenced by operator==().