Interface IAimpExtensionAlbumArtCatalog2
It is the second edition of the IAimpExtensionAlbumArtCatalog interface.
Namespace: AIMP.SDK.AlbumArtManager
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpExtensionAlbumArtCatalog2
Methods
Show(IAimpFileInfo)
This method will be called on menu item click.
Declaration
AimpActionResult<Bitmap> Show(IAimpFileInfo fileInfo)
Parameters
Type | Name | Description |
---|---|---|
IAimpFileInfo | fileInfo | The file information. |