Interface IAimpServiceLyrics
Allowed access to the song text. Implements the IAimpService
Inherited Members
Namespace: AIMP.SDK.Lyrics
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpServiceLyrics : IAimpService
Methods
Cancel(IntPtr, LyricsFlags)
Aborts a current active task.
Declaration
AimpActionResult Cancel(IntPtr taskId, LyricsFlags flags)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | taskId | The task identifier. |
| LyricsFlags | flags | The flags. |
Get(IAimpFileInfo, LyricsFlags, Object)
Gets a lyrics for file.
Declaration
AimpActionResult<IntPtr> Get(IAimpFileInfo fileInfo, LyricsFlags flags, object userData)
Parameters
| Type | Name | Description |
|---|---|---|
| IAimpFileInfo | fileInfo | The file info IAimpFileInfo. |
| LyricsFlags | flags | The lyrics flags LyricsFlags. |
| System.Object | userData | A user data passed to function. |
Events
LyricsReceive
Occurs when [lyrics receive].
Declaration
event AimpServiceLyricsReceive LyricsReceive
Event Type
| Type | Description |
|---|---|
| AimpServiceLyricsReceive |