Interface IAimpExtensionAlbumArtProvider2
It is the second edition of the IAimpExtensionAlbumArtProvider interface.
Namespace: AIMP.SDK.AlbumArtManager
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpExtensionAlbumArtProvider2
Methods
Get(IAimpFileInfo, IAimpAlbumArtSearchOptions)
Gets the album art image.
Declaration
AimpActionResult<Bitmap> Get(IAimpFileInfo fileInfo, IAimpAlbumArtSearchOptions options)
Parameters
Type | Name | Description |
---|---|---|
IAimpFileInfo | fileInfo | The file information. |
IAimpAlbumArtSearchOptions | options | The search options IAimpAlbumArtSearchOptions. |