Interface IAimpExtensionAlbumArtProvider
Interface allows for the plugin to register custom album art provider.
Namespace: AIMP.SDK.AlbumArtManager
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpExtensionAlbumArtProvider : IAimpExtensionAlbumArtProvider2, IAimpExtension
Methods
Get(String, String, String, IAimpAlbumArtSearchOptions)
Gets the album art image.
Declaration
AimpActionResult<Bitmap> Get(string fileUrl, string artist, string album, IAimpAlbumArtSearchOptions options)
Parameters
Type | Name | Description |
---|---|---|
System. |
fileUrl | The file URL. |
System. |
artist | Optional. The artist. |
System. |
album | Optional.The album. |
IAimp |
options | The search options IAimp |
GetCategory()
Gets the category of provider.
Declaration
AimpAlbumArtProviderCategory GetCategory()