Interface IAimpExtensionLyricsProvider
Interface IAimpExtensionLyricsProvider Implements the IAimpExtension
Namespace: AIMP.SDK.Lyrics
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpExtensionLyricsProvider : IAimpExtension
Properties
Category
Gets the category.
Declaration
LyricsProviderCategory Category { get; }
Methods
Get(IAimpTaskOwner, IAimpFileInfo, LyricsFlags, IAimpLyrics)
Gets the specified owner.
Declaration
AimpActionResult Get(IAimpTaskOwner owner, IAimpFileInfo fileInfo, LyricsFlags flags, IAimpLyrics lyrics)
Parameters
| Type | Name | Description |
|---|---|---|
| IAimpTaskOwner | owner | The owner. |
| IAimpFileInfo | fileInfo | The file information. |
| LyricsFlags | flags | The flags. |
| IAimpLyrics | lyrics | The lyrics. |