Interface IAimpExtensionCustomVisualization
This is extension for the IAimp
Instance should be created by plugin and must be registered in the application in the
Initialize() method via the Register
Namespace: AIMP.SDK.Visuals
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpExtensionCustomVisualization : IAimpExtension
Methods
Draw(AimpVisualData)
Draws the specified data.
Declaration
void Draw(AimpVisualData data)
Parameters
Type | Name | Description |
---|---|---|
Aimp |
data | The visual data Aimp |
GetFlags()
Gets the combinations of the Aimp
Declaration
AimpVisualFlags GetFlags()