Interface IAimpPlugin
AIMP plugin interface. Implements the System.IDisposable
Inherited Members
System.IDisposable.Dispose()
Namespace: AIMP.SDK
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpPlugin : IDisposable
Methods
Initialize()
Initializes this instance.
Declaration
void Initialize()
See Also
System.IDisposable