LeechCraft  0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
Media::IAlbumArtProvider::AlbumArtResponse Struct Reference

#include "ialbumartprovider.h"

+ Collaboration diagram for Media::IAlbumArtProvider::AlbumArtResponse:

Public Types

using Result_t = LC::Util::Either< QString, QList< QUrl > >
 

Public Attributes

QString ServiceName_
 The human-readable name of the service, like "Last.FM". More...
 
Result_t Result_
 The result of an album art search query. More...
 

Detailed Description

Definition at line 60 of file ialbumartprovider.h.

Member Typedef Documentation

◆ Result_t

Member Data Documentation

◆ Result_

Result_t Media::IAlbumArtProvider::AlbumArtResponse::Result_

The result of an album art search query.

The result of an album art search query is either a string with a human-readable error text, or a list of URLs matching the album art.

Definition at line 73 of file ialbumartprovider.h.

◆ ServiceName_

QString Media::IAlbumArtProvider::AlbumArtResponse::ServiceName_

The human-readable name of the service, like "Last.FM".

Definition at line 64 of file ialbumartprovider.h.


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