Interface IAimpExtensionPlayerHook
Interface IAimpExtensionPlayerHook Implements the IAimpExtension
Namespace: AIMP.SDK.Playback
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpExtensionPlayerHook : IAimpExtension
Methods
OnCheckURL(ref String)
Called when [check URL].
Declaration
bool OnCheckURL(ref string url)
Parameters
Type | Name | Description |
---|---|---|
System.String | url | The URL. |