Interface IAimpServiceMUI
MUI manager. Implements the IAimpService
Inherited Members
Namespace: AIMP.SDK.MUIManager
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpServiceMUI : IAimpService
Methods
GetName()
Gets the current locale name.
Declaration
string GetName()
GetValue(String)
Gets the value.
Declaration
string GetValue(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | The key. |
GetValuePart(String, Int32)
Gets the value part.
Declaration
string GetValuePart(string key, int index)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | The key. |
System.Int32 | index | The index. |