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.String | fileUrl | The file URL. |
System.String | artist | Optional. The artist. |
System.String | album | Optional.The album. |
IAimpAlbumArtSearchOptions | options | The search options IAimpAlbumArtSearchOptions. |
GetCategory()
Gets the category of provider.
Declaration
AimpAlbumArtProviderCategory GetCategory()