![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
Go to the source code of this file.
Classes | |
| struct | Media::AudioInfo |
| Describes a single audio track. More... | |
| struct | Media::TagInfo |
| Information about a tag like a genre. More... | |
| struct | Media::ArtistInfo |
| A structure describing an artist. More... | |
| struct | Media::SimilarityInfo |
| Describes similarty information of an artist. More... | |
Namespaces | |
| namespace | Media |
Typedefs | |
| typedef QList< TagInfo > | Media::TagInfos_t |
| A list of tags. | |
| using | Media::SimilarityInfos_t = QList<SimilarityInfo> |
| A list of SimilarityInfo structures. | |
| using | Media::SimilarityQueryResult_t = LC::Util::Either<QString, SimilarityInfos_t> |