Interface IAimpServicePlaylistManager2
Interface IAimpPlaylistManager2
Namespace: AIMP.SDK.Playlist
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpServicePlaylistManager2
  Methods
GetPreimageFactory(Int32)
Gets the preimage factory.
Declaration
AimpActionResult<IAimpExtensionPlaylistPreimageFactory> GetPreimageFactory(int index)
  	Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | index | The index.  | 
      
GetPreimageFactoryById(String)
Gets the preimage factory by identifier.
Declaration
AimpActionResult<IAimpExtensionPlaylistPreimageFactory> GetPreimageFactoryById(string id)
  	Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | id | The identifier.  | 
      
GetPreimageFactoryCount()
Gets the preimage factory count.
Declaration
int GetPreimageFactoryCount()